Color Hex Logo

#e58bdb Color Hex

#E58BDB
(229,139,219)
0 Favorites   0 Comments

Color spaces of #e58bdb

RGB 229139219
HSL0.850.630.72
HSV307°39°90°
CMYK 0.000.390.04   0.10
XYZ54.331940.237771.9209
Yxy40.23770.32630.2417
Hunter Lab63.433241.8810-22.8201
CIE-Lab69.638545.8310-26.5261

#e58bdb color RGB value is (229,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 11011011
Octal 345 213 333
Decimal 229 139 219
Hex E5 8B DB

RGB Percentages of Color #e58bdb

%39.01
%23.68
%37.31

CMYK Percentages of Color #e58bdb

%0
%39
%4
%10

Triadic Colors of #e58bdb

#e58bdb #dbe58b #8bdbe5

Analogous Colors of #e58bdb

#e58bdb #e58bae #c28be5

Monochromatic Colors of #e58bdb

#e58bdb

Complementary Color

#e58bdb #8be595

#e58bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bdb Color CSS Codes

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

#e58bdb Text Font Color

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

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


#e58bdb Background Color

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

This div background color is #e58bdb


#e58bdb Border Color

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

This div border color is #e58bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bdb


Comments

No comments written yet.

Please login to write comment.