Color Hex Logo

#ee06ce Color Hex

#EE06CE
(238,6,206)
0 Favorites   0 Comments

Color spaces of #ee06ce

RGB 2386206
HSL0.860.950.48
HSV308°97°93°
CMYK 0.000.970.13   0.07
XYZ46.465622.763660.3373
Yxy22.76360.35860.1757
Hunter Lab47.711290.3452-41.5824
CIE-Lab54.828088.5903-42.1579

#ee06ce color RGB value is (238,6,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000110 11001110
Octal 356 6 316
Decimal 238 6 206
Hex EE 6 CE

RGB Percentages of Color #ee06ce

%52.89
%1.33
%45.78

CMYK Percentages of Color #ee06ce

%0
%97
%13
%7

Triadic Colors of #ee06ce

#ee06ce #ceee06 #06ceee

Analogous Colors of #ee06ce

#ee06ce #ee065a #9a06ee

Monochromatic Colors of #ee06ce

#ee06ce

Complementary Color

#ee06ce #06ee26

#ee06ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee06ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee06ce Color CSS Codes

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

#ee06ce Text Font Color

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

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


#ee06ce Background Color

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

This div background color is #ee06ce


#ee06ce Border Color

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

This div border color is #ee06ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee06ce


Comments

No comments written yet.

Please login to write comment.