Color Hex Logo

#e869a7 Color Hex

#E869A7
(232,105,167)
0 Favorites   0 Comments

Color spaces of #e869a7

RGB 232105167
HSL0.920.730.66
HSV331°55°91°
CMYK 0.000.550.28   0.09
XYZ45.305330.049039.9714
Yxy30.04900.39280.2606
Hunter Lab54.817051.5975-4.8612
CIE-Lab61.696555.6786-9.2461

#e869a7 color RGB value is (232,105,167).

#e869a7 hex color red value is 232, green value is 105 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #e869a7 hue: 0.92 , saturation: 0.73 and the lightness value of e869a7 is 0.66.

The process color (four color CMYK) of #e869a7 color hex is 0.00, 0.55, 0.28, 0.09. Web safe color of #e869a7 is #ff6699. Color #e869a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101001 10100111
Octal 350 151 247
Decimal 232 105 167
Hex E8 69 A7

RGB Percentages of Color #e869a7

%46.03
%20.83
%33.13

CMYK Percentages of Color #e869a7

%0
%55
%28
%9

Triadic Colors of #e869a7

#e869a7 #a7e869 #69a7e8

Analogous Colors of #e869a7

#e869a7 #e86b69 #e869e7

Monochromatic Colors of #e869a7

#e869a7

Complementary Color

#e869a7 #69e8aa

#e869a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e869a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e869a7 Color CSS Codes

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

#e869a7 Text Font Color

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

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


#e869a7 Background Color

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

This div background color is #e869a7


#e869a7 Border Color

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

This div border color is #e869a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,105,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e869a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e869a7;
  -webkit-box-shadow: 1px 1px 3px 2px #e869a7;
  box-shadow:         1px 1px 3px 2px #e869a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,105,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e869a7


Comments

No comments written yet.

Please login to write comment.