Color Hex Logo

#ee71cc Color Hex

#EE71CC
(238,113,204)
0 Favorites   0 Comments

Color spaces of #ee71cc

RGB 238113204
HSL0.880.790.69
HSV316°53°93°
CMYK 0.000.530.14   0.07
XYZ52.064134.347061.0123
Yxy34.34700.35320.2330
Hunter Lab58.606356.0130-20.6996
CIE-Lab65.237158.9470-24.8216

#ee71cc color RGB value is (238,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 11001100
Octal 356 161 314
Decimal 238 113 204
Hex EE 71 CC

RGB Percentages of Color #ee71cc

%42.88
%20.36
%36.76

CMYK Percentages of Color #ee71cc

%0
%53
%14
%7

Triadic Colors of #ee71cc

#ee71cc #ccee71 #71ccee

Analogous Colors of #ee71cc

#ee71cc #ee718e #d271ee

Monochromatic Colors of #ee71cc

#ee71cc

Complementary Color

#ee71cc #71ee93

#ee71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71cc Color CSS Codes

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

#ee71cc Text Font Color

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

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


#ee71cc Background Color

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

This div background color is #ee71cc


#ee71cc Border Color

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

This div border color is #ee71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71cc


Comments

No comments written yet.

Please login to write comment.