Color Hex Logo

#e008bb Color Hex

#E008BB
(224,8,187)
0 Favorites   0 Comments

Color spaces of #e008bb

RGB 2248187
HSL0.860.930.45
HSV310°96°88°
CMYK 0.000.960.17   0.12
XYZ39.796919.608848.7011
Yxy19.60880.36810.1814
Hunter Lab44.281882.9281-34.2098
CIE-Lab51.392083.5764-36.7593

#e008bb color RGB value is (224,8,187).

#e008bb hex color red value is 224, green value is 8 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e008bb hue: 0.86 , saturation: 0.93 and the lightness value of e008bb is 0.45.

The process color (four color CMYK) of #e008bb color hex is 0.00, 0.96, 0.17, 0.12. Web safe color of #e008bb is #cc00cc. Color #e008bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001000 10111011
Octal 340 10 273
Decimal 224 8 187
Hex E0 8 BB

RGB Percentages of Color #e008bb

%53.46
%1.91
%44.63

CMYK Percentages of Color #e008bb

%0
%96
%17
%12

Triadic Colors of #e008bb

#e008bb #bbe008 #08bbe0

Analogous Colors of #e008bb

#e008bb #e0084f #9908e0

Monochromatic Colors of #e008bb

#e008bb

Complementary Color

#e008bb #08e02d

#e008bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e008bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e008bb Color CSS Codes

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

#e008bb Text Font Color

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

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


#e008bb Background Color

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

This div background color is #e008bb


#e008bb Border Color

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

This div border color is #e008bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e008bb


Comments

No comments written yet.

Please login to write comment.