Color Hex Logo

#e58cbd Color Hex

#E58CBD
(229,140,189)
0 Favorites   0 Comments

Color spaces of #e58cbd

RGB 229140189
HSL0.910.630.72
HSV327°39°90°
CMYK 0.000.390.17   0.10
XYZ50.876539.088353.0074
Yxy39.08830.35580.2734
Hunter Lab62.520635.8442-6.5039
CIE-Lab68.815240.3895-11.1008

#e58cbd color RGB value is (229,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001100 10111101
Octal 345 214 275
Decimal 229 140 189
Hex E5 8C BD

RGB Percentages of Color #e58cbd

%41.04
%25.09
%33.87

CMYK Percentages of Color #e58cbd

%0
%39
%17
%10

Triadic Colors of #e58cbd

#e58cbd #bde58c #8cbde5

Analogous Colors of #e58cbd

#e58cbd #e58c91 #e18ce5

Monochromatic Colors of #e58cbd

#e58cbd

Complementary Color

#e58cbd #8ce5b4

#e58cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58cbd Color CSS Codes

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

#e58cbd Text Font Color

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

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


#e58cbd Background Color

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

This div background color is #e58cbd


#e58cbd Border Color

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

This div border color is #e58cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58cbd


Comments

No comments written yet.

Please login to write comment.