Color Hex Logo

#ee95be Color Hex

#EE95BE
(238,149,190)
0 Favorites   0 Comments

Color spaces of #ee95be

RGB 238149190
HSL0.920.720.76
HSV332°37°93°
CMYK 0.000.370.20   0.07
XYZ55.301643.389754.1755
Yxy43.38970.36180.2838
Hunter Lab65.870934.5849-2.6535
CIE-Lab71.818738.8879-7.0696

#ee95be color RGB value is (238,149,190).

#ee95be hex color red value is 238, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ee95be hue: 0.92 , saturation: 0.72 and the lightness value of ee95be is 0.76.

The process color (four color CMYK) of #ee95be color hex is 0.00, 0.37, 0.20, 0.07. Web safe color of #ee95be is #ff99cc. Color #ee95be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 10111110
Octal 356 225 276
Decimal 238 149 190
Hex EE 95 BE

RGB Percentages of Color #ee95be

%41.25
%25.82
%32.93

CMYK Percentages of Color #ee95be

%0
%37
%20
%7

Triadic Colors of #ee95be

#ee95be #beee95 #95beee

Analogous Colors of #ee95be

#ee95be #ee9995 #ee95eb

Monochromatic Colors of #ee95be

#ee95be

Complementary Color

#ee95be #95eec5

#ee95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee95be Color CSS Codes

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

#ee95be Text Font Color

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

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


#ee95be Background Color

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

This div background color is #ee95be


#ee95be Border Color

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

This div border color is #ee95be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee95be


Comments

No comments written yet.

Please login to write comment.