Color Hex Logo

#ee2ccc Color Hex

#EE2CCC
(238,44,204)
0 Favorites   0 Comments

Color spaces of #ee2ccc

RGB 23844204
HSL0.860.850.55
HSV311°82°93°
CMYK 0.000.820.14   0.07
XYZ47.059724.338159.3442
Yxy24.33810.35990.1862
Hunter Lab49.333783.9384-36.7873
CIE-Lab56.424783.3795-38.4987

#ee2ccc color RGB value is (238,44,204).

#ee2ccc hex color red value is 238, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee2ccc hue: 0.86 , saturation: 0.85 and the lightness value of ee2ccc is 0.55.

The process color (four color CMYK) of #ee2ccc color hex is 0.00, 0.82, 0.14, 0.07. Web safe color of #ee2ccc is #ff33cc. Color #ee2ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101100 11001100
Octal 356 54 314
Decimal 238 44 204
Hex EE 2C CC

RGB Percentages of Color #ee2ccc

%48.97
%9.05
%41.98

CMYK Percentages of Color #ee2ccc

%0
%82
%14
%7

Triadic Colors of #ee2ccc

#ee2ccc #ccee2c #2cccee

Analogous Colors of #ee2ccc

#ee2ccc #ee2c6b #af2cee

Monochromatic Colors of #ee2ccc

#ee2ccc

Complementary Color

#ee2ccc #2cee4e

#ee2ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2ccc Color CSS Codes

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

#ee2ccc Text Font Color

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

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


#ee2ccc Background Color

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

This div background color is #ee2ccc


#ee2ccc Border Color

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

This div border color is #ee2ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2ccc


Comments

No comments written yet.

Please login to write comment.