Color Hex Logo

#ee06ab Color Hex

#EE06AB
(238,6,171)
0 Favorites   0 Comments

Color spaces of #ee06ab

RGB 2386171
HSL0.880.950.48
HSV317°97°93°
CMYK 0.000.970.28   0.07
XYZ42.675721.247740.3800
Yxy21.24770.40910.2037
Hunter Lab46.095284.5915-19.6721
CIE-Lab53.219584.5094-24.3478

#ee06ab color RGB value is (238,6,171).

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

The process color (four color CMYK) of #ee06ab color hex is 0.00, 0.97, 0.28, 0.07. Web safe color of #ee06ab is #ff0099. Color #ee06ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000110 10101011
Octal 356 6 253
Decimal 238 6 171
Hex EE 6 AB

RGB Percentages of Color #ee06ab

%57.35
%1.45
%41.20

CMYK Percentages of Color #ee06ab

%0
%97
%28
%7

Triadic Colors of #ee06ab

#ee06ab #abee06 #06abee

Analogous Colors of #ee06ab

#ee06ab #ee0637 #bd06ee

Monochromatic Colors of #ee06ab

#ee06ab

Complementary Color

#ee06ab #06ee49

#ee06ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee06ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee06ab Color CSS Codes

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

#ee06ab Text Font Color

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

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


#ee06ab Background Color

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

This div background color is #ee06ab


#ee06ab Border Color

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

This div border color is #ee06ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee06ab


Comments

No comments written yet.

Please login to write comment.