Color Hex Logo

#ee94cc Color Hex

#EE94CC
(238,148,204)
0 Favorites   0 Comments

Color spaces of #ee94cc

RGB 238148204
HSL0.900.730.76
HSV323°38°93°
CMYK 0.000.380.14   0.07
XYZ56.748943.716662.5739
Yxy43.71660.34810.2681
Hunter Lab66.118537.4974-9.8285
CIE-Lab72.038741.5497-14.4896

#ee94cc color RGB value is (238,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11001100
Octal 356 224 314
Decimal 238 148 204
Hex EE 94 CC

RGB Percentages of Color #ee94cc

%40.34
%25.08
%34.58

CMYK Percentages of Color #ee94cc

%0
%38
%14
%7

Triadic Colors of #ee94cc

#ee94cc #ccee94 #94ccee

Analogous Colors of #ee94cc

#ee94cc #ee949f #e394ee

Monochromatic Colors of #ee94cc

#ee94cc

Complementary Color

#ee94cc #94eeb6

#ee94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94cc Color CSS Codes

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

#ee94cc Text Font Color

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

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


#ee94cc Background Color

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

This div background color is #ee94cc


#ee94cc Border Color

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

This div border color is #ee94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94cc


Comments

No comments written yet.

Please login to write comment.