Color Hex Logo

#e45efb Color Hex

#E45EFB
(228,94,251)
0 Favorites   0 Comments

Color spaces of #e45efb

RGB 22894251
HSL0.810.950.68
HSV291°63°98°
CMYK 0.090.630.00   0.02
XYZ53.410231.464494.5250
Yxy31.46440.29770.1754
Hunter Lab56.093171.7993-60.6470
CIE-Lab62.897772.5262-54.7609

#e45efb color RGB value is (228,94,251).

#e45efb hex color red value is 228, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e45efb hue: 0.81 , saturation: 0.95 and the lightness value of e45efb is 0.68.

The process color (four color CMYK) of #e45efb color hex is 0.09, 0.63, 0.00, 0.02. Web safe color of #e45efb is #cc66ff. Color #e45efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011110 11111011
Octal 344 136 373
Decimal 228 94 251
Hex E4 5E FB

RGB Percentages of Color #e45efb

%39.79
%16.40
%43.80

CMYK Percentages of Color #e45efb

%9
%63
%0
%2

Triadic Colors of #e45efb

#e45efb #fbe45e #5efbe4

Analogous Colors of #e45efb

#e45efb #fb5ec4 #965efb

Monochromatic Colors of #e45efb

#e45efb

Complementary Color

#e45efb #75fb5e

#e45efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45efb Color CSS Codes

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

#e45efb Text Font Color

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

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


#e45efb Background Color

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

This div background color is #e45efb


#e45efb Border Color

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

This div border color is #e45efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45efb


Comments

No comments written yet.

Please login to write comment.