Color Hex Logo

#d85ddc Color Hex

#D85DDC
(216,93,220)
0 Favorites   0 Comments

Color spaces of #d85ddc

RGB 21693220
HSL0.830.640.61
HSV298°58°86°
CMYK 0.020.580.00   0.14
XYZ45.151527.594970.6568
Yxy27.59490.31490.1924
Hunter Lab52.530861.4960-42.9766
CIE-Lab59.521064.6133-42.9436

#d85ddc color RGB value is (216,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 11011100
Octal 330 135 334
Decimal 216 93 220
Hex D8 5D DC

RGB Percentages of Color #d85ddc

%40.83
%17.58
%41.59

CMYK Percentages of Color #d85ddc

%2
%58
%0
%14

Triadic Colors of #d85ddc

#d85ddc #dcd85d #5ddcd8

Analogous Colors of #d85ddc

#d85ddc #dc5da1 #995ddc

Monochromatic Colors of #d85ddc

#d85ddc

Complementary Color

#d85ddc #61dc5d

#d85ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ddc Color CSS Codes

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

#d85ddc Text Font Color

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

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


#d85ddc Background Color

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

This div background color is #d85ddc


#d85ddc Border Color

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

This div border color is #d85ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ddc


Comments

No comments written yet.

Please login to write comment.