Color Hex Logo

#d85cdd Color Hex

#D85CDD
(216,92,221)
0 Favorites   0 Comments

Color spaces of #d85cdd

RGB 21692221
HSL0.830.650.61
HSV298°58°87°
CMYK 0.020.580.00   0.13
XYZ45.197227.473771.3274
Yxy27.47370.31390.1908
Hunter Lab52.415462.1917-43.9917
CIE-Lab59.410265.2221-43.6806

#d85cdd color RGB value is (216,92,221).

#d85cdd hex color red value is 216, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d85cdd hue: 0.83 , saturation: 0.65 and the lightness value of d85cdd is 0.61.

The process color (four color CMYK) of #d85cdd color hex is 0.02, 0.58, 0.00, 0.13. Web safe color of #d85cdd is #cc66cc. Color #d85cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011100 11011101
Octal 330 134 335
Decimal 216 92 221
Hex D8 5C DD

RGB Percentages of Color #d85cdd

%40.83
%17.39
%41.78

CMYK Percentages of Color #d85cdd

%2
%58
%0
%13

Triadic Colors of #d85cdd

#d85cdd #ddd85c #5cddd8

Analogous Colors of #d85cdd

#d85cdd #dd5ca2 #985cdd

Monochromatic Colors of #d85cdd

#d85cdd

Complementary Color

#d85cdd #61dd5c

#d85cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85cdd Color CSS Codes

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

#d85cdd Text Font Color

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

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


#d85cdd Background Color

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

This div background color is #d85cdd


#d85cdd Border Color

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

This div border color is #d85cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85cdd


Comments

No comments written yet.

Please login to write comment.