Color Hex Logo

#ee14cc Color Hex

#EE14CC
(238,20,204)
0 Favorites   0 Comments

Color spaces of #ee14cc

RGB 23820204
HSL0.860.870.51
HSV309°92°93°
CMYK 0.000.920.14   0.07
XYZ46.409123.037159.1273
Yxy23.03710.36100.1792
Hunter Lab47.997088.6000-39.4412
CIE-Lab55.110587.2128-40.5653

#ee14cc color RGB value is (238,20,204).

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

The process color (four color CMYK) of #ee14cc color hex is 0.00, 0.92, 0.14, 0.07. Web safe color of #ee14cc is #ff00cc. Color #ee14cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 11001100
Octal 356 24 314
Decimal 238 20 204
Hex EE 14 CC

RGB Percentages of Color #ee14cc

%51.52
%4.33
%44.16

CMYK Percentages of Color #ee14cc

%0
%92
%14
%7

Triadic Colors of #ee14cc

#ee14cc #ccee14 #14ccee

Analogous Colors of #ee14cc

#ee14cc #ee145f #a314ee

Monochromatic Colors of #ee14cc

#ee14cc

Complementary Color

#ee14cc #14ee36

#ee14cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee14cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee14cc Color CSS Codes

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

#ee14cc Text Font Color

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

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


#ee14cc Background Color

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

This div background color is #ee14cc


#ee14cc Border Color

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

This div border color is #ee14cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee14cc


Comments

No comments written yet.

Please login to write comment.