Color Hex Logo

#e206ab Color Hex

#E206AB
(226,6,171)
0 Favorites   0 Comments

Color spaces of #e206ab

RGB 2266171
HSL0.880.950.45
HSV315°97°89°
CMYK 0.000.970.24   0.11
XYZ38.779819.239340.1977
Yxy19.23930.39480.1959
Hunter Lab43.862681.0557-23.6322
CIE-Lab50.966082.1984-28.0166

#e206ab color RGB value is (226,6,171).

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

The process color (four color CMYK) of #e206ab color hex is 0.00, 0.97, 0.24, 0.11. Web safe color of #e206ab is #cc0099. Color #e206ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 10101011
Octal 342 6 253
Decimal 226 6 171
Hex E2 6 AB

RGB Percentages of Color #e206ab

%56.08
%1.49
%42.43

CMYK Percentages of Color #e206ab

%0
%97
%24
%11

Triadic Colors of #e206ab

#e206ab #abe206 #06abe2

Analogous Colors of #e206ab

#e206ab #e2063d #ab06e2

Monochromatic Colors of #e206ab

#e206ab

Complementary Color

#e206ab #06e23d

#e206ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e206ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e206ab Color CSS Codes

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

#e206ab Text Font Color

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

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


#e206ab Background Color

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

This div background color is #e206ab


#e206ab Border Color

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

This div border color is #e206ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e206ab


Comments

No comments written yet.

Please login to write comment.