Color Hex Logo

#e206ba Color Hex

#E206BA
(226,6,186)
0 Favorites   0 Comments

Color spaces of #e206ba

RGB 2266186
HSL0.860.950.45
HSV311°97°89°
CMYK 0.000.970.18   0.11
XYZ40.292119.844248.1611
Yxy19.84420.37210.1832
Hunter Lab44.546883.4943-32.9177
CIE-Lab51.660683.9637-35.7287

#e206ba color RGB value is (226,6,186).

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

The process color (four color CMYK) of #e206ba color hex is 0.00, 0.97, 0.18, 0.11. Web safe color of #e206ba is #cc00cc. Color #e206ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 10111010
Octal 342 6 272
Decimal 226 6 186
Hex E2 6 BA

RGB Percentages of Color #e206ba

%54.07
%1.44
%44.50

CMYK Percentages of Color #e206ba

%0
%97
%18
%11

Triadic Colors of #e206ba

#e206ba #bae206 #06bae2

Analogous Colors of #e206ba

#e206ba #e2064c #9c06e2

Monochromatic Colors of #e206ba

#e206ba

Complementary Color

#e206ba #06e22e

#e206ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e206ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e206ba Color CSS Codes

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

#e206ba Text Font Color

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

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


#e206ba Background Color

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

This div background color is #e206ba


#e206ba Border Color

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

This div border color is #e206ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e206ba


Comments

No comments written yet.

Please login to write comment.