Color Hex Logo

#e58bbf Color Hex

#E58BBF
(229,139,191)
0 Favorites   0 Comments

Color spaces of #e58bbf

RGB 229139191
HSL0.900.630.72
HSV325°39°90°
CMYK 0.000.390.17   0.10
XYZ50.949738.884854.1104
Yxy38.88480.35400.2701
Hunter Lab62.357736.7185-7.7981
CIE-Lab68.667741.2197-12.4388

#e58bbf color RGB value is (229,139,191).

#e58bbf hex color red value is 229, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e58bbf hue: 0.90 , saturation: 0.63 and the lightness value of e58bbf is 0.72.

The process color (four color CMYK) of #e58bbf color hex is 0.00, 0.39, 0.17, 0.10. Web safe color of #e58bbf is #cc99cc. Color #e58bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 10111111
Octal 345 213 277
Decimal 229 139 191
Hex E5 8B BF

RGB Percentages of Color #e58bbf

%40.97
%24.87
%34.17

CMYK Percentages of Color #e58bbf

%0
%39
%17
%10

Triadic Colors of #e58bbf

#e58bbf #bfe58b #8bbfe5

Analogous Colors of #e58bbf

#e58bbf #e58b92 #de8be5

Monochromatic Colors of #e58bbf

#e58bbf

Complementary Color

#e58bbf #8be5b1

#e58bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bbf Color CSS Codes

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

#e58bbf Text Font Color

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

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


#e58bbf Background Color

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

This div background color is #e58bbf


#e58bbf Border Color

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

This div border color is #e58bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,139,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bbf


Comments

No comments written yet.

Please login to write comment.