Color Hex Logo

#d58ddc Color Hex

#D58DDC
(213,141,220)
0 Favorites   0 Comments

Color spaces of #d58ddc

RGB 213141220
HSL0.820.530.71
HSV295°36°86°
CMYK 0.030.360.00   0.14
XYZ49.883738.363272.4858
Yxy38.36320.31040.2387
Hunter Lab61.938035.3689-26.0302
CIE-Lab68.287540.0061-29.3103

#d58ddc color RGB value is (213,141,220).

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

The process color (four color CMYK) of #d58ddc color hex is 0.03, 0.36, 0.00, 0.14. Web safe color of #d58ddc is #cc99cc. Color #d58ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 11011100
Octal 325 215 334
Decimal 213 141 220
Hex D5 8D DC

RGB Percentages of Color #d58ddc

%37.11
%24.56
%38.33

CMYK Percentages of Color #d58ddc

%3
%36
%0
%14

Triadic Colors of #d58ddc

#d58ddc #dcd58d #8ddcd5

Analogous Colors of #d58ddc

#d58ddc #dc8dbc #ae8ddc

Monochromatic Colors of #d58ddc

#d58ddc

Complementary Color

#d58ddc #94dc8d

#d58ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ddc Color CSS Codes

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

#d58ddc Text Font Color

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

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


#d58ddc Background Color

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

This div background color is #d58ddc


#d58ddc Border Color

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

This div border color is #d58ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58ddc


Comments

No comments written yet.

Please login to write comment.