Color Hex Logo

#d982cc Color Hex

#D982CC
(217,130,204)
0 Favorites   0 Comments

Color spaces of #d982cc

RGB 217130204
HSL0.860.530.68
HSV309°40°85°
CMYK 0.000.400.06   0.15
XYZ47.497035.076661.3938
Yxy35.07660.32990.2436
Hunter Lab59.225539.5068-20.0028
CIE-Lab65.808344.1547-24.1797

#d982cc color RGB value is (217,130,204).

#d982cc hex color red value is 217, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d982cc hue: 0.86 , saturation: 0.53 and the lightness value of d982cc is 0.68.

The process color (four color CMYK) of #d982cc color hex is 0.00, 0.40, 0.06, 0.15. Web safe color of #d982cc is #cc99cc. Color #d982cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11001100
Octal 331 202 314
Decimal 217 130 204
Hex D9 82 CC

RGB Percentages of Color #d982cc

%39.38
%23.59
%37.02

CMYK Percentages of Color #d982cc

%0
%40
%6
%15

Triadic Colors of #d982cc

#d982cc #ccd982 #82ccd9

Analogous Colors of #d982cc

#d982cc #d982a1 #bb82d9

Monochromatic Colors of #d982cc

#d982cc

Complementary Color

#d982cc #82d98f

#d982cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982cc Color CSS Codes

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

#d982cc Text Font Color

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

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


#d982cc Background Color

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

This div background color is #d982cc


#d982cc Border Color

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

This div border color is #d982cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,130,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982cc


Comments

No comments written yet.

Please login to write comment.