Color Hex Logo

#ee54cc Color Hex

#EE54CC
(238,84,204)
0 Favorites   0 Comments

Color spaces of #ee54cc

RGB 23884204
HSL0.870.820.63
HSV313°65°93°
CMYK 0.000.650.14   0.07
XYZ49.329328.877460.1007
Yxy28.87740.35670.2088
Hunter Lab53.737769.8157-28.6941
CIE-Lab60.673371.3262-31.8649

#ee54cc color RGB value is (238,84,204).

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

The process color (four color CMYK) of #ee54cc color hex is 0.00, 0.65, 0.14, 0.07. Web safe color of #ee54cc is #ff66cc. Color #ee54cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 11001100
Octal 356 124 314
Decimal 238 84 204
Hex EE 54 CC

RGB Percentages of Color #ee54cc

%45.25
%15.97
%38.78

CMYK Percentages of Color #ee54cc

%0
%65
%14
%7

Triadic Colors of #ee54cc

#ee54cc #ccee54 #54ccee

Analogous Colors of #ee54cc

#ee54cc #ee547f #c354ee

Monochromatic Colors of #ee54cc

#ee54cc

Complementary Color

#ee54cc #54ee76

#ee54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee54cc Color CSS Codes

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

#ee54cc Text Font Color

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

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


#ee54cc Background Color

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

This div background color is #ee54cc


#ee54cc Border Color

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

This div border color is #ee54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee54cc


Comments

No comments written yet.

Please login to write comment.