Color Hex Logo

#d980cc Color Hex

#D980CC
(217,128,204)
0 Favorites   0 Comments

Color spaces of #d980cc

RGB 217128204
HSL0.860.540.68
HSV309°41°85°
CMYK 0.000.410.06   0.15
XYZ47.233534.549761.3060
Yxy34.54970.33010.2415
Hunter Lab58.779040.5754-20.6937
CIE-Lab65.396645.1941-24.8107

#d980cc color RGB value is (217,128,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 11001100
Octal 331 200 314
Decimal 217 128 204
Hex D9 80 CC

RGB Percentages of Color #d980cc

%39.53
%23.32
%37.16

CMYK Percentages of Color #d980cc

%0
%41
%6
%15

Triadic Colors of #d980cc

#d980cc #ccd980 #80ccd9

Analogous Colors of #d980cc

#d980cc #d980a0 #ba80d9

Monochromatic Colors of #d980cc

#d980cc

Complementary Color

#d980cc #80d98d

#d980cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980cc Color CSS Codes

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

#d980cc Text Font Color

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

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


#d980cc Background Color

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

This div background color is #d980cc


#d980cc Border Color

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

This div border color is #d980cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980cc


Comments

No comments written yet.

Please login to write comment.