Color Hex Logo

#d58edd Color Hex

#D58EDD
(213,142,221)
0 Favorites   0 Comments

Color spaces of #d58edd

RGB 213142221
HSL0.820.540.71
HSV294°36°87°
CMYK 0.040.360.00   0.13
XYZ50.164738.712673.2349
Yxy38.71260.30940.2388
Hunter Lab62.219535.0324-26.2332
CIE-Lab68.542639.6624-29.4700

#d58edd color RGB value is (213,142,221).

#d58edd hex color red value is 213, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d58edd hue: 0.82 , saturation: 0.54 and the lightness value of d58edd is 0.71.

The process color (four color CMYK) of #d58edd color hex is 0.04, 0.36, 0.00, 0.13. Web safe color of #d58edd is #cc99cc. Color #d58edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11011101
Octal 325 216 335
Decimal 213 142 221
Hex D5 8E DD

RGB Percentages of Color #d58edd

%36.98
%24.65
%38.37

CMYK Percentages of Color #d58edd

%4
%36
%0
%13

Triadic Colors of #d58edd

#d58edd #ddd58e #8eddd5

Analogous Colors of #d58edd

#d58edd #dd8ebe #ae8edd

Monochromatic Colors of #d58edd

#d58edd

Complementary Color

#d58edd #96dd8e

#d58edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58edd Color CSS Codes

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

#d58edd Text Font Color

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

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


#d58edd Background Color

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

This div background color is #d58edd


#d58edd Border Color

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

This div border color is #d58edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,142,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58edd


Comments

No comments written yet.

Please login to write comment.