Color Hex Logo

#eea6cb Color Hex

#EEA6CB
(238,166,203)
0 Favorites   0 Comments

Color spaces of #eea6cb

RGB 238166203
HSL0.910.680.79
HSV329°30°93°
CMYK 0.000.300.15   0.07
XYZ59.675649.761462.9596
Yxy49.76140.34620.2886
Hunter Lab70.541827.5560-3.5380
CIE-Lab75.922631.9256-8.1341

#eea6cb color RGB value is (238,166,203).

#eea6cb hex color red value is 238, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eea6cb hue: 0.91 , saturation: 0.68 and the lightness value of eea6cb is 0.79.

The process color (four color CMYK) of #eea6cb color hex is 0.00, 0.30, 0.15, 0.07. Web safe color of #eea6cb is #ff99cc. Color #eea6cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 11001011
Octal 356 246 313
Decimal 238 166 203
Hex EE A6 CB

RGB Percentages of Color #eea6cb

%39.21
%27.35
%33.44

CMYK Percentages of Color #eea6cb

%0
%30
%15
%7

Triadic Colors of #eea6cb

#eea6cb #cbeea6 #a6cbee

Analogous Colors of #eea6cb

#eea6cb #eea6a7 #eda6ee

Monochromatic Colors of #eea6cb

#eea6cb

Complementary Color

#eea6cb #a6eec9

#eea6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea6cb Color CSS Codes

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

#eea6cb Text Font Color

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

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


#eea6cb Background Color

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

This div background color is #eea6cb


#eea6cb Border Color

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

This div border color is #eea6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea6cb


Comments

No comments written yet.

Please login to write comment.