Color Hex Logo

#e45bbd Color Hex

#E45BBD
(228,91,189)
0 Favorites   0 Comments

Color spaces of #e45bbd

RGB 22891189
HSL0.880.720.63
HSV317°60°89°
CMYK 0.000.600.17   0.11
XYZ44.921327.650351.1135
Yxy27.65030.36320.2236
Hunter Lab52.583660.4685-20.8240
CIE-Lab59.571563.7314-25.1416

#e45bbd color RGB value is (228,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011011 10111101
Octal 344 133 275
Decimal 228 91 189
Hex E4 5B BD

RGB Percentages of Color #e45bbd

%44.88
%17.91
%37.20

CMYK Percentages of Color #e45bbd

%0
%60
%17
%11

Triadic Colors of #e45bbd

#e45bbd #bde45b #5bbde4

Analogous Colors of #e45bbd

#e45bbd #e45b79 #c75be4

Monochromatic Colors of #e45bbd

#e45bbd

Complementary Color

#e45bbd #5be482

#e45bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45bbd Color CSS Codes

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

#e45bbd Text Font Color

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

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


#e45bbd Background Color

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

This div background color is #e45bbd


#e45bbd Border Color

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

This div border color is #e45bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45bbd


Comments

No comments written yet.

Please login to write comment.