Color Hex Logo

#ee95cd Color Hex

#EE95CD
(238,149,205)
0 Favorites   0 Comments

Color spaces of #ee95cd

RGB 238149205
HSL0.900.720.76
HSV322°37°93°
CMYK 0.000.370.14   0.07
XYZ57.026844.079863.2602
Yxy44.07980.34690.2682
Hunter Lab66.392637.1324-10.0178
CIE-Lab72.281841.1879-14.6761

#ee95cd color RGB value is (238,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 11001101
Octal 356 225 315
Decimal 238 149 205
Hex EE 95 CD

RGB Percentages of Color #ee95cd

%40.20
%25.17
%34.63

CMYK Percentages of Color #ee95cd

%0
%37
%14
%7

Triadic Colors of #ee95cd

#ee95cd #cdee95 #95cdee

Analogous Colors of #ee95cd

#ee95cd #ee95a1 #e395ee

Monochromatic Colors of #ee95cd

#ee95cd

Complementary Color

#ee95cd #95eeb6

#ee95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee95cd Color CSS Codes

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

#ee95cd Text Font Color

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

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


#ee95cd Background Color

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

This div background color is #ee95cd


#ee95cd Border Color

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

This div border color is #ee95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee95cd


Comments

No comments written yet.

Please login to write comment.