Color Hex Logo

#e407bd Color Hex

#E407BD
(228,7,189)
0 Favorites   0 Comments

Color spaces of #e407bd

RGB 2287189
HSL0.860.940.46
HSV311°97°89°
CMYK 0.000.970.17   0.11
XYZ41.256220.320149.8918
Yxy20.32010.37010.1823
Hunter Lab45.077884.4809-34.0673
CIE-Lab52.197284.6230-36.6075

#e407bd color RGB value is (228,7,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000111 10111101
Octal 344 7 275
Decimal 228 7 189
Hex E4 7 BD

RGB Percentages of Color #e407bd

%53.77
%1.65
%44.58

CMYK Percentages of Color #e407bd

%0
%97
%17
%11

Triadic Colors of #e407bd

#e407bd #bde407 #07bde4

Analogous Colors of #e407bd

#e407bd #e4074e #9d07e4

Monochromatic Colors of #e407bd

#e407bd

Complementary Color

#e407bd #07e42e

#e407bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e407bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e407bd Color CSS Codes

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

#e407bd Text Font Color

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

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


#e407bd Background Color

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

This div background color is #e407bd


#e407bd Border Color

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

This div border color is #e407bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e407bd


Comments

No comments written yet.

Please login to write comment.