Color Hex Logo

#e806bb Color Hex

#E806BB
(232,6,187)
0 Favorites   0 Comments

Color spaces of #e806bb

RGB 2326187
HSL0.870.950.47
HSV312°97°91°
CMYK 0.000.970.19   0.09
XYZ42.313520.873948.8126
Yxy20.87390.37780.1864
Hunter Lab45.688085.3622-31.3633
CIE-Lab52.811285.1832-34.4290

#e806bb color RGB value is (232,6,187).

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

The process color (four color CMYK) of #e806bb color hex is 0.00, 0.97, 0.19, 0.09. Web safe color of #e806bb is #ff00cc. Color #e806bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000110 10111011
Octal 350 6 273
Decimal 232 6 187
Hex E8 6 BB

RGB Percentages of Color #e806bb

%54.59
%1.41
%44.00

CMYK Percentages of Color #e806bb

%0
%97
%19
%9

Triadic Colors of #e806bb

#e806bb #bbe806 #06bbe8

Analogous Colors of #e806bb

#e806bb #e8064a #a406e8

Monochromatic Colors of #e806bb

#e806bb

Complementary Color

#e806bb #06e833

#e806bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e806bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e806bb Color CSS Codes

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

#e806bb Text Font Color

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

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


#e806bb Background Color

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

This div background color is #e806bb


#e806bb Border Color

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

This div border color is #e806bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e806bb


Comments

No comments written yet.

Please login to write comment.