Color Hex Logo

#e45fbc Color Hex

#E45FBC
(228,95,188)
0 Favorites   0 Comments

Color spaces of #e45fbc

RGB 22895188
HSL0.880.710.63
HSV318°58°89°
CMYK 0.000.580.18   0.11
XYZ45.164228.309250.6608
Yxy28.30920.36380.2281
Hunter Lab53.206458.4084-19.2089
CIE-Lab60.167161.8650-23.6545

#e45fbc color RGB value is (228,95,188).

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

The process color (four color CMYK) of #e45fbc color hex is 0.00, 0.58, 0.18, 0.11. Web safe color of #e45fbc is #cc66cc. Color #e45fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011111 10111100
Octal 344 137 274
Decimal 228 95 188
Hex E4 5F BC

RGB Percentages of Color #e45fbc

%44.62
%18.59
%36.79

CMYK Percentages of Color #e45fbc

%0
%58
%18
%11

Triadic Colors of #e45fbc

#e45fbc #bce45f #5fbce4

Analogous Colors of #e45fbc

#e45fbc #e45f7a #ca5fe4

Monochromatic Colors of #e45fbc

#e45fbc

Complementary Color

#e45fbc #5fe487

#e45fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45fbc Color CSS Codes

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

#e45fbc Text Font Color

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

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


#e45fbc Background Color

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

This div background color is #e45fbc


#e45fbc Border Color

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

This div border color is #e45fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45fbc


Comments

No comments written yet.

Please login to write comment.