Color Hex Logo

#ee40cc Color Hex

#EE40CC
(238,64,204)
0 Favorites   0 Comments

Color spaces of #ee40cc

RGB 23864204
HSL0.870.840.59
HSV312°73°93°
CMYK 0.000.730.14   0.07
XYZ47.992426.203659.6551
Yxy26.20360.35860.1958
Hunter Lab51.189577.7702-33.2627
CIE-Lab58.229878.1951-35.6713

#ee40cc color RGB value is (238,64,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000000 11001100
Octal 356 100 314
Decimal 238 64 204
Hex EE 40 CC

RGB Percentages of Color #ee40cc

%47.04
%12.65
%40.32

CMYK Percentages of Color #ee40cc

%0
%73
%14
%7

Triadic Colors of #ee40cc

#ee40cc #ccee40 #40ccee

Analogous Colors of #ee40cc

#ee40cc #ee4075 #b940ee

Monochromatic Colors of #ee40cc

#ee40cc

Complementary Color

#ee40cc #40ee62

#ee40cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee40cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee40cc Color CSS Codes

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

#ee40cc Text Font Color

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

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


#ee40cc Background Color

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

This div background color is #ee40cc


#ee40cc Border Color

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

This div border color is #ee40cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee40cc


Comments

No comments written yet.

Please login to write comment.