Color Hex Logo

#ee71ce Color Hex

#EE71CE
(238,113,206)
0 Favorites   0 Comments

Color spaces of #ee71ce

RGB 238113206
HSL0.880.790.69
HSV315°53°93°
CMYK 0.000.530.13   0.07
XYZ52.305634.443662.2840
Yxy34.44360.35100.2311
Hunter Lab58.688756.3809-21.8401
CIE-Lab65.313259.2506-25.8281

#ee71ce color RGB value is (238,113,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 11001110
Octal 356 161 316
Decimal 238 113 206
Hex EE 71 CE

RGB Percentages of Color #ee71ce

%42.73
%20.29
%36.98

CMYK Percentages of Color #ee71ce

%0
%53
%13
%7

Triadic Colors of #ee71ce

#ee71ce #ceee71 #71ceee

Analogous Colors of #ee71ce

#ee71ce #ee7190 #d071ee

Monochromatic Colors of #ee71ce

#ee71ce

Complementary Color

#ee71ce #71ee91

#ee71ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71ce Color CSS Codes

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

#ee71ce Text Font Color

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

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


#ee71ce Background Color

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

This div background color is #ee71ce


#ee71ce Border Color

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

This div border color is #ee71ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,113,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee71ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71ce


Comments

No comments written yet.

Please login to write comment.