Color Hex Logo

#7e569f Color Hex

#7E569F
(126,86,159)
0 Favorites   0 Comments

Color spaces of #7e569f

RGB 12686159
HSL0.760.300.48
HSV273°46°62°
CMYK 0.210.460.00   0.38
XYZ18.190013.594434.4662
Yxy13.59440.27460.2052
Hunter Lab36.870623.5390-29.6142
CIE-Lab43.645531.0457-33.4666

#7e569f color RGB value is (126,86,159).

#7e569f hex color red value is 126, green value is 86 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7e569f hue: 0.76 , saturation: 0.30 and the lightness value of 7e569f is 0.48.

The process color (four color CMYK) of #7e569f color hex is 0.21, 0.46, 0.00, 0.38. Web safe color of #7e569f is #666699. Color #7e569f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010110 10011111
Octal 176 126 237
Decimal 126 86 159
Hex 7E 56 9F

RGB Percentages of Color #7e569f

%33.96
%23.18
%42.86

CMYK Percentages of Color #7e569f

%21
%46
%0
%38

Triadic Colors of #7e569f

#7e569f #9f7e56 #569f7e

Analogous Colors of #7e569f

#7e569f #9f569c #59569f

Monochromatic Colors of #7e569f

#7e569f

Complementary Color

#7e569f #779f56

#7e569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e569f Color CSS Codes

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

#7e569f Text Font Color

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

This sample text font color is #7e569f
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.


#7e569f Background Color

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

This div background color is #7e569f


#7e569f Border Color

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

This div border color is #7e569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e569f


Comments

No comments written yet.

Please login to write comment.