Color Hex Logo

#e206eb Color Hex

#E206EB
(226,6,235)
0 Favorites   0 Comments

Color spaces of #e206eb

RGB 2266235
HSL0.830.950.47
HSV298°97°92°
CMYK 0.040.970.00   0.08
XYZ46.424622.297280.4542
Yxy22.29720.31120.1495
Hunter Lab47.219992.8587-67.9655
CIE-Lab54.340990.5739-59.5341

#e206eb color RGB value is (226,6,235).

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

The process color (four color CMYK) of #e206eb color hex is 0.04, 0.97, 0.00, 0.08. Web safe color of #e206eb is #cc00ff. Color #e206eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 11101011
Octal 342 6 353
Decimal 226 6 235
Hex E2 6 EB

RGB Percentages of Color #e206eb

%48.39
%1.28
%50.32

CMYK Percentages of Color #e206eb

%4
%97
%0
%8

Triadic Colors of #e206eb

#e206eb #ebe206 #06ebe2

Analogous Colors of #e206eb

#e206eb #eb0682 #7006eb

Monochromatic Colors of #e206eb

#e206eb

Complementary Color

#e206eb #0feb06

#e206eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e206eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e206eb Color CSS Codes

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

#e206eb Text Font Color

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

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


#e206eb Background Color

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

This div background color is #e206eb


#e206eb Border Color

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

This div border color is #e206eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e206eb


Comments

No comments written yet.

Please login to write comment.