Color Hex Logo

#ee94cd Color Hex

#EE94CD
(238,148,205)
0 Favorites   0 Comments

Color spaces of #ee94cd

RGB 238148205
HSL0.890.730.76
HSV322°38°93°
CMYK 0.000.380.14   0.07
XYZ56.869243.764763.2077
Yxy43.76470.34710.2671
Hunter Lab66.154937.6742-10.3402
CIE-Lab72.070941.7079-14.9935

#ee94cd color RGB value is (238,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11001101
Octal 356 224 315
Decimal 238 148 205
Hex EE 94 CD

RGB Percentages of Color #ee94cd

%40.27
%25.04
%34.69

CMYK Percentages of Color #ee94cd

%0
%38
%14
%7

Triadic Colors of #ee94cd

#ee94cd #cdee94 #94cdee

Analogous Colors of #ee94cd

#ee94cd #ee94a0 #e294ee

Monochromatic Colors of #ee94cd

#ee94cd

Complementary Color

#ee94cd #94eeb5

#ee94cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94cd Color CSS Codes

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

#ee94cd Text Font Color

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

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


#ee94cd Background Color

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

This div background color is #ee94cd


#ee94cd Border Color

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

This div border color is #ee94cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,148,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 #ee94cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94cd


Comments

No comments written yet.

Please login to write comment.