Color Hex Logo

#7e5bad Color Hex

#7E5BAD
(126,91,173)
0 Favorites   0 Comments

Color spaces of #7e5bad

RGB 12691173
HSL0.740.330.52
HSV266°47°68°
CMYK 0.270.470.00   0.32
XYZ19.888114.934941.3697
Yxy14.93490.26100.1960
Hunter Lab38.645724.2309-36.4172
CIE-Lab45.544931.5597-38.7444

#7e5bad color RGB value is (126,91,173).

#7e5bad hex color red value is 126, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7e5bad hue: 0.74 , saturation: 0.33 and the lightness value of 7e5bad is 0.52.

The process color (four color CMYK) of #7e5bad color hex is 0.27, 0.47, 0.00, 0.32. Web safe color of #7e5bad is #666699. Color #7e5bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011011 10101101
Octal 176 133 255
Decimal 126 91 173
Hex 7E 5B AD

RGB Percentages of Color #7e5bad

%32.31
%23.33
%44.36

CMYK Percentages of Color #7e5bad

%27
%47
%0
%32

Triadic Colors of #7e5bad

#7e5bad #ad7e5b #5bad7e

Analogous Colors of #7e5bad

#7e5bad #a75bad #5b61ad

Monochromatic Colors of #7e5bad

#7e5bad

Complementary Color

#7e5bad #8aad5b

#7e5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5bad Color CSS Codes

.mybgcolor {background-color:#7e5bad; } 
.myforecolor {color:#7e5bad; }
.mybordercolor {border:3px solid #7e5bad; }

#7e5bad Text Font Color

<p style="color:#7e5bad">Text here</p>

This sample text font color is #7e5bad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7e5bad Background Color

<div style="background-color:#7e5bad">
Div content here</div>

This div background color is #7e5bad


#7e5bad Border Color

<div style="border:3px solid #7e5bad">
Div here</div>

This div border color is #7e5bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,91,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e5bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e5bad;
  -webkit-box-shadow: 1px 1px 3px 2px #7e5bad;
  box-shadow:         1px 1px 3px 2px #7e5bad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,91,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7e5bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7e5bad;
  -webkit-box-shadow: 1px 1px 3px 2px #7e5bad;
  box-shadow:         1px 1px 3px 2px #7e5bad;">
Div content here</div>

This div box has shadow with color #7e5bad


Comments

No comments written yet.

Please login to write comment.