Color Hex Logo

#ee90af Color Hex

#EE90AF
(238,144,175)
0 Favorites   0 Comments

Color spaces of #ee90af

RGB 238144175
HSL0.950.730.75
HSV340°39°93°
CMYK 0.000.390.26   0.07
XYZ52.971041.218845.7216
Yxy41.21880.37860.2946
Hunter Lab64.201934.92162.7177
CIE-Lab70.328939.3610-0.9243

#ee90af color RGB value is (238,144,175).

#ee90af hex color red value is 238, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee90af hue: 0.95 , saturation: 0.73 and the lightness value of ee90af is 0.75.

The process color (four color CMYK) of #ee90af color hex is 0.00, 0.39, 0.26, 0.07. Web safe color of #ee90af is #ff9999. Color #ee90af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010000 10101111
Octal 356 220 257
Decimal 238 144 175
Hex EE 90 AF

RGB Percentages of Color #ee90af

%42.73
%25.85
%31.42

CMYK Percentages of Color #ee90af

%0
%39
%26
%7

Triadic Colors of #ee90af

#ee90af #afee90 #90afee

Analogous Colors of #ee90af

#ee90af #eea090 #ee90de

Monochromatic Colors of #ee90af

#ee90af

Complementary Color

#ee90af #90eecf

#ee90af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee90af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee90af Color CSS Codes

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

#ee90af Text Font Color

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

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


#ee90af Background Color

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

This div background color is #ee90af


#ee90af Border Color

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

This div border color is #ee90af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee90af


Comments

No comments written yet.

Please login to write comment.