Color Hex Logo

#e76ca9 Color Hex

#E76CA9
(231,108,169)
0 Favorites   0 Comments

Color spaces of #e76ca9

RGB 231108169
HSL0.920.720.66
HSV330°53°91°
CMYK 0.000.530.27   0.09
XYZ45.479030.578641.0414
Yxy30.57860.38840.2611
Hunter Lab55.297950.0335-5.2957
CIE-Lab62.150354.2211-9.7303

#e76ca9 color RGB value is (231,108,169).

#e76ca9 hex color red value is 231, green value is 108 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #e76ca9 hue: 0.92 , saturation: 0.72 and the lightness value of e76ca9 is 0.66.

The process color (four color CMYK) of #e76ca9 color hex is 0.00, 0.53, 0.27, 0.09. Web safe color of #e76ca9 is #ff6699. Color #e76ca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 10101001
Octal 347 154 251
Decimal 231 108 169
Hex E7 6C A9

RGB Percentages of Color #e76ca9

%45.47
%21.26
%33.27

CMYK Percentages of Color #e76ca9

%0
%53
%27
%9

Triadic Colors of #e76ca9

#e76ca9 #a9e76c #6ca9e7

Analogous Colors of #e76ca9

#e76ca9 #e76d6c #e76ce7

Monochromatic Colors of #e76ca9

#e76ca9

Complementary Color

#e76ca9 #6ce7aa

#e76ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ca9 Color CSS Codes

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

#e76ca9 Text Font Color

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

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


#e76ca9 Background Color

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

This div background color is #e76ca9


#e76ca9 Border Color

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

This div border color is #e76ca9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,108,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e76ca9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e76ca9;
  -webkit-box-shadow: 1px 1px 3px 2px #e76ca9;
  box-shadow:         1px 1px 3px 2px #e76ca9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,108,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ca9


Comments

No comments written yet.

Please login to write comment.