Color Hex Logo

#e58fdb Color Hex

#E58FDB
(229,143,219)
0 Favorites   0 Comments

Color spaces of #e58fdb

RGB 229143219
HSL0.850.620.73
HSV307°38°90°
CMYK 0.000.380.04   0.10
XYZ54.921741.417472.1175
Yxy41.41740.32600.2459
Hunter Lab64.356439.7083-21.3907
CIE-Lab70.467443.7544-25.2556

#e58fdb color RGB value is (229,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 11011011
Octal 345 217 333
Decimal 229 143 219
Hex E5 8F DB

RGB Percentages of Color #e58fdb

%38.75
%24.20
%37.06

CMYK Percentages of Color #e58fdb

%0
%38
%4
%10

Triadic Colors of #e58fdb

#e58fdb #dbe58f #8fdbe5

Analogous Colors of #e58fdb

#e58fdb #e58fb0 #c48fe5

Monochromatic Colors of #e58fdb

#e58fdb

Complementary Color

#e58fdb #8fe599

#e58fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fdb Color CSS Codes

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

#e58fdb Text Font Color

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

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


#e58fdb Background Color

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

This div background color is #e58fdb


#e58fdb Border Color

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

This div border color is #e58fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fdb


Comments

No comments written yet.

Please login to write comment.