Color Hex Logo

#e45dfa Color Hex

#E45DFA
(228,93,250)
0 Favorites   0 Comments

Color spaces of #e45dfa

RGB 22893250
HSL0.810.940.67
HSV292°63°98°
CMYK 0.090.630.00   0.02
XYZ53.164631.224893.6674
Yxy31.22480.29860.1754
Hunter Lab55.879272.0401-60.2694
CIE-Lab62.696972.7582-54.5283

#e45dfa color RGB value is (228,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011101 11111010
Octal 344 135 372
Decimal 228 93 250
Hex E4 5D FA

RGB Percentages of Color #e45dfa

%39.93
%16.29
%43.78

CMYK Percentages of Color #e45dfa

%9
%63
%0
%2

Triadic Colors of #e45dfa

#e45dfa #fae45d #5dfae4

Analogous Colors of #e45dfa

#e45dfa #fa5dc2 #965dfa

Monochromatic Colors of #e45dfa

#e45dfa

Complementary Color

#e45dfa #73fa5d

#e45dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45dfa Color CSS Codes

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

#e45dfa Text Font Color

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

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


#e45dfa Background Color

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

This div background color is #e45dfa


#e45dfa Border Color

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

This div border color is #e45dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45dfa


Comments

No comments written yet.

Please login to write comment.