Color Hex Logo

#e58dca Color Hex

#E58DCA
(229,141,202)
0 Favorites   0 Comments

Color spaces of #e58dca

RGB 229141202
HSL0.880.630.73
HSV318°38°90°
CMYK 0.000.380.12   0.10
XYZ52.498639.972060.8255
Yxy39.97200.34250.2608
Hunter Lab63.223437.5794-12.7849
CIE-Lab69.449641.9245-17.3902

#e58dca color RGB value is (229,141,202).

#e58dca hex color red value is 229, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e58dca hue: 0.88 , saturation: 0.63 and the lightness value of e58dca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 11001010
Octal 345 215 312
Decimal 229 141 202
Hex E5 8D CA

RGB Percentages of Color #e58dca

%40.03
%24.65
%35.31

CMYK Percentages of Color #e58dca

%0
%38
%12
%10

Triadic Colors of #e58dca

#e58dca #cae58d #8dcae5

Analogous Colors of #e58dca

#e58dca #e58d9e #d48de5

Monochromatic Colors of #e58dca

#e58dca

Complementary Color

#e58dca #8de5a8

#e58dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58dca Color CSS Codes

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

#e58dca Text Font Color

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

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


#e58dca Background Color

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

This div background color is #e58dca


#e58dca Border Color

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

This div border color is #e58dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58dca


Comments

No comments written yet.

Please login to write comment.