Color Hex Logo

#e45fbe Color Hex

#E45FBE
(228,95,190)
0 Favorites   0 Comments

Color spaces of #e45fbe

RGB 22895190
HSL0.880.710.63
HSV317°58°89°
CMYK 0.000.580.17   0.11
XYZ45.381428.396151.8043
Yxy28.39610.36140.2261
Hunter Lab53.288058.7611-20.3376
CIE-Lab60.244962.1539-24.6776

#e45fbe color RGB value is (228,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011111 10111110
Octal 344 137 276
Decimal 228 95 190
Hex E4 5F BE

RGB Percentages of Color #e45fbe

%44.44
%18.52
%37.04

CMYK Percentages of Color #e45fbe

%0
%58
%17
%11

Triadic Colors of #e45fbe

#e45fbe #bee45f #5fbee4

Analogous Colors of #e45fbe

#e45fbe #e45f7c #c85fe4

Monochromatic Colors of #e45fbe

#e45fbe

Complementary Color

#e45fbe #5fe485

#e45fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45fbe Color CSS Codes

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

#e45fbe Text Font Color

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

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


#e45fbe Background Color

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

This div background color is #e45fbe


#e45fbe Border Color

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

This div border color is #e45fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45fbe


Comments

No comments written yet.

Please login to write comment.