Color Hex Logo

#ee00ce Color Hex

#EE00CE
(238,0,206)
0 Favorites   0 Comments

Color spaces of #ee00ce

RGB 2380206
HSL0.861.000.47
HSV308°100°93°
CMYK 0.001.000.13   0.07
XYZ46.400522.633460.3156
Yxy22.63340.35870.1750
Hunter Lab47.574690.8394-41.8664
CIE-Lab54.692788.9895-42.3715

#ee00ce color RGB value is (238,0,206).

#ee00ce hex color red value is 238, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee00ce hue: 0.86 , saturation: 1.00 and the lightness value of ee00ce is 0.47.

The process color (four color CMYK) of #ee00ce color hex is 0.00, 1.00, 0.13, 0.07. Web safe color of #ee00ce is #ff00cc. Color #ee00ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000000 11001110
Octal 356 0 316
Decimal 238 0 206
Hex EE 0 CE

RGB Percentages of Color #ee00ce

%53.60
%0.00
%46.40

CMYK Percentages of Color #ee00ce

%0
%100
%13
%7

Triadic Colors of #ee00ce

#ee00ce #ceee00 #00ceee

Analogous Colors of #ee00ce

#ee00ce #ee0057 #9700ee

Monochromatic Colors of #ee00ce

#ee00ce

Complementary Color

#ee00ce #00ee20

#ee00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee00ce Color CSS Codes

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

#ee00ce Text Font Color

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

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


#ee00ce Background Color

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

This div background color is #ee00ce


#ee00ce Border Color

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

This div border color is #ee00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee00ce


Comments

No comments written yet.

Please login to write comment.