Color Hex Logo

#ee929f Color Hex

#EE929F
(238,146,159)
0 Favorites   0 Comments

Color spaces of #ee929f

RGB 238146159
HSL0.980.730.75
HSV352°39°93°
CMYK 0.000.390.33   0.07
XYZ51.796841.238138.0307
Yxy41.23810.39520.3146
Hunter Lab64.216931.59709.8389
CIE-Lab70.342436.23988.0169

#ee929f color RGB value is (238,146,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 10011111
Octal 356 222 237
Decimal 238 146 159
Hex EE 92 9F

RGB Percentages of Color #ee929f

%43.83
%26.89
%29.28

CMYK Percentages of Color #ee929f

%0
%39
%33
%7

Triadic Colors of #ee929f

#ee929f #9fee92 #929fee

Analogous Colors of #ee929f

#ee929f #eeb392 #ee92cd

Monochromatic Colors of #ee929f

#ee929f

Complementary Color

#ee929f #92eee1

#ee929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee929f Color CSS Codes

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

#ee929f Text Font Color

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

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


#ee929f Background Color

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

This div background color is #ee929f


#ee929f Border Color

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

This div border color is #ee929f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee929f


Comments

No comments written yet.

Please login to write comment.