Color Hex Logo

#e408bd Color Hex

#E408BD
(228,8,189)
0 Favorites   0 Comments

Color spaces of #e408bd

RGB 2288189
HSL0.860.930.46
HSV311°96°89°
CMYK 0.000.960.17   0.11
XYZ41.267020.341849.8955
Yxy20.34180.37010.1824
Hunter Lab45.101984.3944-34.0203
CIE-Lab52.221584.5514-36.5694

#e408bd color RGB value is (228,8,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001000 10111101
Octal 344 10 275
Decimal 228 8 189
Hex E4 8 BD

RGB Percentages of Color #e408bd

%53.65
%1.88
%44.47

CMYK Percentages of Color #e408bd

%0
%96
%17
%11

Triadic Colors of #e408bd

#e408bd #bde408 #08bde4

Analogous Colors of #e408bd

#e408bd #e4084f #9d08e4

Monochromatic Colors of #e408bd

#e408bd

Complementary Color

#e408bd #08e42f

#e408bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e408bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e408bd Color CSS Codes

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

#e408bd Text Font Color

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

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


#e408bd Background Color

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

This div background color is #e408bd


#e408bd Border Color

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

This div border color is #e408bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e408bd


Comments

No comments written yet.

Please login to write comment.