Color Hex Logo

#eea4cf Color Hex

#EEA4CF
(238,164,207)
0 Favorites   0 Comments

Color spaces of #eea4cf

RGB 238164207
HSL0.900.690.79
HSV325°31°93°
CMYK 0.000.310.13   0.07
XYZ59.797849.233165.3827
Yxy49.23310.34290.2823
Hunter Lab70.166329.3320-6.1315
CIE-Lab75.596133.6248-10.8077

#eea4cf color RGB value is (238,164,207).

#eea4cf hex color red value is 238, green value is 164 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eea4cf hue: 0.90 , saturation: 0.69 and the lightness value of eea4cf is 0.79.

The process color (four color CMYK) of #eea4cf color hex is 0.00, 0.31, 0.13, 0.07. Web safe color of #eea4cf is #ff99cc. Color #eea4cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 11001111
Octal 356 244 317
Decimal 238 164 207
Hex EE A4 CF

RGB Percentages of Color #eea4cf

%39.08
%26.93
%33.99

CMYK Percentages of Color #eea4cf

%0
%31
%13
%7

Triadic Colors of #eea4cf

#eea4cf #cfeea4 #a4cfee

Analogous Colors of #eea4cf

#eea4cf #eea4aa #e8a4ee

Monochromatic Colors of #eea4cf

#eea4cf

Complementary Color

#eea4cf #a4eec3

#eea4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea4cf Color CSS Codes

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

#eea4cf Text Font Color

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

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


#eea4cf Background Color

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

This div background color is #eea4cf


#eea4cf Border Color

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

This div border color is #eea4cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,164,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea4cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea4cf;
  -webkit-box-shadow: 1px 1px 3px 2px #eea4cf;
  box-shadow:         1px 1px 3px 2px #eea4cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,164,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea4cf


Comments

No comments written yet.

Please login to write comment.