Color Hex Logo

#e58bfb Color Hex

#E58BFB
(229,139,251)
0 Favorites   0 Comments

Color spaces of #e58bfb

RGB 229139251
HSL0.800.930.76
HSV288°45°98°
CMYK 0.090.450.00   0.02
XYZ58.958342.088396.2832
Yxy42.08830.29880.2133
Hunter Lab64.875548.6872-42.5808
CIE-Lab70.931851.7154-42.0848

#e58bfb color RGB value is (229,139,251).

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

The process color (four color CMYK) of #e58bfb color hex is 0.09, 0.45, 0.00, 0.02. Web safe color of #e58bfb is #cc99ff. Color #e58bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 11111011
Octal 345 213 373
Decimal 229 139 251
Hex E5 8B FB

RGB Percentages of Color #e58bfb

%37.00
%22.46
%40.55

CMYK Percentages of Color #e58bfb

%9
%45
%0
%2

Triadic Colors of #e58bfb

#e58bfb #fbe58b #8bfbe5

Analogous Colors of #e58bfb

#e58bfb #fb8bd9 #ad8bfb

Monochromatic Colors of #e58bfb

#e58bfb

Complementary Color

#e58bfb #a1fb8b

#e58bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bfb Color CSS Codes

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

#e58bfb Text Font Color

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

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


#e58bfb Background Color

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

This div background color is #e58bfb


#e58bfb Border Color

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

This div border color is #e58bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bfb


Comments

No comments written yet.

Please login to write comment.