Color Hex Logo

#ee76cc Color Hex

#EE76CC
(238,118,204)
0 Favorites   0 Comments

Color spaces of #ee76cc

RGB 238118204
HSL0.880.780.70
HSV317°50°93°
CMYK 0.000.500.14   0.07
XYZ52.637435.493661.2034
Yxy35.49360.35250.2377
Hunter Lab59.576553.4505-19.2055
CIE-Lab66.131256.5892-23.4520

#ee76cc color RGB value is (238,118,204).

#ee76cc hex color red value is 238, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee76cc hue: 0.88 , saturation: 0.78 and the lightness value of ee76cc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 11001100
Octal 356 166 314
Decimal 238 118 204
Hex EE 76 CC

RGB Percentages of Color #ee76cc

%42.50
%21.07
%36.43

CMYK Percentages of Color #ee76cc

%0
%50
%14
%7

Triadic Colors of #ee76cc

#ee76cc #ccee76 #76ccee

Analogous Colors of #ee76cc

#ee76cc #ee7690 #d476ee

Monochromatic Colors of #ee76cc

#ee76cc

Complementary Color

#ee76cc #76ee98

#ee76cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76cc Color CSS Codes

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

#ee76cc Text Font Color

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

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


#ee76cc Background Color

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

This div background color is #ee76cc


#ee76cc Border Color

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

This div border color is #ee76cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76cc


Comments

No comments written yet.

Please login to write comment.