Color Hex Logo

#d58dcf Color Hex

#D58DCF
(213,141,207)
0 Favorites   0 Comments

Color spaces of #d58dcf

RGB 213141207
HSL0.850.460.69
HSV305°34°84°
CMYK 0.000.340.03   0.16
XYZ48.227937.700963.7666
Yxy37.70090.32220.2519
Hunter Lab61.401132.7522-18.5935
CIE-Lab67.799637.5962-22.8482

#d58dcf color RGB value is (213,141,207).

#d58dcf hex color red value is 213, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d58dcf hue: 0.85 , saturation: 0.46 and the lightness value of d58dcf is 0.69.

The process color (four color CMYK) of #d58dcf color hex is 0.00, 0.34, 0.03, 0.16. Web safe color of #d58dcf is #cc99cc. Color #d58dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 11001111
Octal 325 215 317
Decimal 213 141 207
Hex D5 8D CF

RGB Percentages of Color #d58dcf

%37.97
%25.13
%36.90

CMYK Percentages of Color #d58dcf

%0
%34
%3
%16

Triadic Colors of #d58dcf

#d58dcf #cfd58d #8dcfd5

Analogous Colors of #d58dcf

#d58dcf #d58dab #b78dd5

Monochromatic Colors of #d58dcf

#d58dcf

Complementary Color

#d58dcf #8dd593

#d58dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dcf Color CSS Codes

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

#d58dcf Text Font Color

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

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


#d58dcf Background Color

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

This div background color is #d58dcf


#d58dcf Border Color

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

This div border color is #d58dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dcf


Comments

No comments written yet.

Please login to write comment.