Color Hex Logo

#e451bd Color Hex

#E451BD
(228,81,189)
0 Favorites   0 Comments

Color spaces of #e451bd

RGB 22881189
HSL0.880.730.61
HSV316°64°89°
CMYK 0.000.640.17   0.11
XYZ44.122626.053050.8473
Yxy26.05300.36460.2153
Hunter Lab51.042164.9779-23.3342
CIE-Lab58.087367.8066-27.4302

#e451bd color RGB value is (228,81,189).

#e451bd hex color red value is 228, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e451bd hue: 0.88 , saturation: 0.73 and the lightness value of e451bd is 0.61.

The process color (four color CMYK) of #e451bd color hex is 0.00, 0.64, 0.17, 0.11. Web safe color of #e451bd is #cc66cc. Color #e451bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010001 10111101
Octal 344 121 275
Decimal 228 81 189
Hex E4 51 BD

RGB Percentages of Color #e451bd

%45.78
%16.27
%37.95

CMYK Percentages of Color #e451bd

%0
%64
%17
%11

Triadic Colors of #e451bd

#e451bd #bde451 #51bde4

Analogous Colors of #e451bd

#e451bd #e45174 #c251e4

Monochromatic Colors of #e451bd

#e451bd

Complementary Color

#e451bd #51e478

#e451bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e451bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e451bd Color CSS Codes

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

#e451bd Text Font Color

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

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


#e451bd Background Color

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

This div background color is #e451bd


#e451bd Border Color

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

This div border color is #e451bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e451bd


Comments

No comments written yet.

Please login to write comment.