Color Hex Logo

#d58eca Color Hex

#D58ECA
(213,142,202)
0 Favorites   0 Comments

Color spaces of #d58eca

RGB 213142202
HSL0.860.460.70
HSV309°33°84°
CMYK 0.000.330.05   0.16
XYZ47.774237.756460.6469
Yxy37.75640.32680.2583
Hunter Lab61.446231.2521-15.5063
CIE-Lab67.840736.1646-20.0027

#d58eca color RGB value is (213,142,202).

#d58eca hex color red value is 213, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d58eca hue: 0.86 , saturation: 0.46 and the lightness value of d58eca is 0.70.

The process color (four color CMYK) of #d58eca color hex is 0.00, 0.33, 0.05, 0.16. Web safe color of #d58eca is #cc99cc. Color #d58eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11001010
Octal 325 216 312
Decimal 213 142 202
Hex D5 8E CA

RGB Percentages of Color #d58eca

%38.24
%25.49
%36.27

CMYK Percentages of Color #d58eca

%0
%33
%5
%16

Triadic Colors of #d58eca

#d58eca #cad58e #8ecad5

Analogous Colors of #d58eca

#d58eca #d58ea7 #bd8ed5

Monochromatic Colors of #d58eca

#d58eca

Complementary Color

#d58eca #8ed599

#d58eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58eca Color CSS Codes

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

#d58eca Text Font Color

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

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


#d58eca Background Color

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

This div background color is #d58eca


#d58eca Border Color

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

This div border color is #d58eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58eca


Comments

No comments written yet.

Please login to write comment.