Color Hex Logo

#d981cc Color Hex

#D981CC
(217,129,204)
0 Favorites   0 Comments

Color spaces of #d981cc

RGB 217129204
HSL0.860.540.68
HSV309°41°85°
CMYK 0.000.410.06   0.15
XYZ47.364634.811961.3497
Yxy34.81190.33000.2425
Hunter Lab59.001640.0413-20.3484
CIE-Lab65.602044.6749-24.4958

#d981cc color RGB value is (217,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11001100
Octal 331 201 314
Decimal 217 129 204
Hex D9 81 CC

RGB Percentages of Color #d981cc

%39.45
%23.45
%37.09

CMYK Percentages of Color #d981cc

%0
%41
%6
%15

Triadic Colors of #d981cc

#d981cc #ccd981 #81ccd9

Analogous Colors of #d981cc

#d981cc #d981a0 #ba81d9

Monochromatic Colors of #d981cc

#d981cc

Complementary Color

#d981cc #81d98e

#d981cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981cc Color CSS Codes

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

#d981cc Text Font Color

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

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


#d981cc Background Color

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

This div background color is #d981cc


#d981cc Border Color

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

This div border color is #d981cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981cc


Comments

No comments written yet.

Please login to write comment.