Color Hex Logo

#d58cdf Color Hex

#D58CDF
(213,140,223)
0 Favorites   0 Comments

Color spaces of #d58cdf

RGB 213140223
HSL0.810.560.71
HSV293°37°87°
CMYK 0.040.370.00   0.13
XYZ50.137938.230074.5486
Yxy38.23000.30780.2347
Hunter Lab61.830436.5413-28.2043
CIE-Lab68.189841.1110-31.1198

#d58cdf color RGB value is (213,140,223).

#d58cdf hex color red value is 213, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d58cdf hue: 0.81 , saturation: 0.56 and the lightness value of d58cdf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001100 11011111
Octal 325 214 337
Decimal 213 140 223
Hex D5 8C DF

RGB Percentages of Color #d58cdf

%36.98
%24.31
%38.72

CMYK Percentages of Color #d58cdf

%4
%37
%0
%13

Triadic Colors of #d58cdf

#d58cdf #dfd58c #8cdfd5

Analogous Colors of #d58cdf

#d58cdf #df8cc0 #ac8cdf

Monochromatic Colors of #d58cdf

#d58cdf

Complementary Color

#d58cdf #96df8c

#d58cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58cdf Color CSS Codes

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

#d58cdf Text Font Color

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

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


#d58cdf Background Color

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

This div background color is #d58cdf


#d58cdf Border Color

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

This div border color is #d58cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58cdf


Comments

No comments written yet.

Please login to write comment.