Color Hex Logo

#e508bf Color Hex

#E508BF
(229,8,191)
0 Favorites   0 Comments

Color spaces of #e508bf

RGB 2298191
HSL0.860.930.46
HSV310°97°90°
CMYK 0.000.970.17   0.10
XYZ41.803920.593351.0618
Yxy20.59330.36840.1815
Hunter Lab45.379885.0194-34.9477
CIE-Lab52.501584.9794-37.2788

#e508bf color RGB value is (229,8,191).

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

The process color (four color CMYK) of #e508bf color hex is 0.00, 0.97, 0.17, 0.10. Web safe color of #e508bf is #cc00cc. Color #e508bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 10111111
Octal 345 10 277
Decimal 229 8 191
Hex E5 8 BF

RGB Percentages of Color #e508bf

%53.50
%1.87
%44.63

CMYK Percentages of Color #e508bf

%0
%97
%17
%10

Triadic Colors of #e508bf

#e508bf #bfe508 #08bfe5

Analogous Colors of #e508bf

#e508bf #e50850 #9d08e5

Monochromatic Colors of #e508bf

#e508bf

Complementary Color

#e508bf #08e52e

#e508bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e508bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e508bf Color CSS Codes

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

#e508bf Text Font Color

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

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


#e508bf Background Color

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

This div background color is #e508bf


#e508bf Border Color

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

This div border color is #e508bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,8,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e508bf


Comments

No comments written yet.

Please login to write comment.