Color Hex Logo

#d985dc Color Hex

#D985DC
(217,133,220)
0 Favorites   0 Comments

Color spaces of #d985dc

RGB 217133220
HSL0.830.550.69
HSV298°40°86°
CMYK 0.010.400.00   0.14
XYZ49.921136.694172.1617
Yxy36.69410.31440.2311
Hunter Lab60.575741.0965-28.2272
CIE-Lab67.046945.4541-31.1886

#d985dc color RGB value is (217,133,220).

#d985dc hex color red value is 217, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d985dc hue: 0.83 , saturation: 0.55 and the lightness value of d985dc is 0.69.

The process color (four color CMYK) of #d985dc color hex is 0.01, 0.40, 0.00, 0.14. Web safe color of #d985dc is #cc99cc. Color #d985dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000101 11011100
Octal 331 205 334
Decimal 217 133 220
Hex D9 85 DC

RGB Percentages of Color #d985dc

%38.07
%23.33
%38.60

CMYK Percentages of Color #d985dc

%1
%40
%0
%14

Triadic Colors of #d985dc

#d985dc #dcd985 #85dcd9

Analogous Colors of #d985dc

#d985dc #dc85b4 #ae85dc

Monochromatic Colors of #d985dc

#d985dc

Complementary Color

#d985dc #88dc85

#d985dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d985dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d985dc Color CSS Codes

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

#d985dc Text Font Color

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

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


#d985dc Background Color

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

This div background color is #d985dc


#d985dc Border Color

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

This div border color is #d985dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d985dc


Comments

No comments written yet.

Please login to write comment.