Color Hex Logo

#e58bfa Color Hex

#E58BFA
(229,139,250)
0 Favorites   0 Comments

Color spaces of #e58bfa

RGB 229139250
HSL0.800.920.76
HSV289°44°98°
CMYK 0.080.440.00   0.02
XYZ58.801042.025495.4550
Yxy42.02540.29960.2141
Hunter Lab64.827048.4603-41.9231
CIE-Lab70.888451.5226-41.6075

#e58bfa color RGB value is (229,139,250).

#e58bfa hex color red value is 229, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e58bfa hue: 0.80 , saturation: 0.92 and the lightness value of e58bfa is 0.76.

The process color (four color CMYK) of #e58bfa color hex is 0.08, 0.44, 0.00, 0.02. Web safe color of #e58bfa is #cc99ff. Color #e58bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 11111010
Octal 345 213 372
Decimal 229 139 250
Hex E5 8B FA

RGB Percentages of Color #e58bfa

%37.06
%22.49
%40.45

CMYK Percentages of Color #e58bfa

%8
%44
%0
%2

Triadic Colors of #e58bfa

#e58bfa #fae58b #8bfae5

Analogous Colors of #e58bfa

#e58bfa #fa8bd8 #ae8bfa

Monochromatic Colors of #e58bfa

#e58bfa

Complementary Color

#e58bfa #a0fa8b

#e58bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bfa Color CSS Codes

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

#e58bfa Text Font Color

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

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


#e58bfa Background Color

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

This div background color is #e58bfa


#e58bfa Border Color

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

This div border color is #e58bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bfa


Comments

No comments written yet.

Please login to write comment.