Color Hex Logo

#e508bd Color Hex

#E508BD
(229,8,189)
0 Favorites   0 Comments

Color spaces of #e508bd

RGB 2298189
HSL0.860.930.46
HSV311°97°90°
CMYK 0.000.970.17   0.10
XYZ41.585220.505849.9103
Yxy20.50580.37130.1831
Hunter Lab45.283384.6767-33.6498
CIE-Lab52.404384.7339-36.2694

#e508bd color RGB value is (229,8,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 10111101
Octal 345 10 275
Decimal 229 8 189
Hex E5 8 BD

RGB Percentages of Color #e508bd

%53.76
%1.88
%44.37

CMYK Percentages of Color #e508bd

%0
%97
%17
%10

Triadic Colors of #e508bd

#e508bd #bde508 #08bde5

Analogous Colors of #e508bd

#e508bd #e5084f #9f08e5

Monochromatic Colors of #e508bd

#e508bd

Complementary Color

#e508bd #08e530

#e508bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e508bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e508bd Color CSS Codes

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

#e508bd Text Font Color

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

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


#e508bd Background Color

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

This div background color is #e508bd


#e508bd Border Color

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

This div border color is #e508bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e508bd


Comments

No comments written yet.

Please login to write comment.