Color Hex Logo

#e45afb Color Hex

#E45AFB
(228,90,251)
0 Favorites   0 Comments

Color spaces of #e45afb

RGB 22890251
HSL0.810.950.67
HSV291°64°98°
CMYK 0.090.640.00   0.02
XYZ53.063730.771394.4095
Yxy30.77130.29770.1726
Hunter Lab55.471973.6750-62.0774
CIE-Lab62.314174.1476-55.6894

#e45afb color RGB value is (228,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11111011
Octal 344 132 373
Decimal 228 90 251
Hex E4 5A FB

RGB Percentages of Color #e45afb

%40.07
%15.82
%44.11

CMYK Percentages of Color #e45afb

%9
%64
%0
%2

Triadic Colors of #e45afb

#e45afb #fbe45a #5afbe4

Analogous Colors of #e45afb

#e45afb #fb5ac2 #945afb

Monochromatic Colors of #e45afb

#e45afb

Complementary Color

#e45afb #71fb5a

#e45afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45afb Color CSS Codes

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

#e45afb Text Font Color

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

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


#e45afb Background Color

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

This div background color is #e45afb


#e45afb Border Color

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

This div border color is #e45afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45afb

Related Colors


Comments

No comments written yet.

Please login to write comment.