Color Hex Logo

#d981ca Color Hex

#D981CA
(217,129,202)
0 Favorites   0 Comments

Color spaces of #d981ca

RGB 217129202
HSL0.860.540.68
HSV310°41°85°
CMYK 0.000.410.07   0.15
XYZ47.126234.716560.0942
Yxy34.71650.33200.2446
Hunter Lab58.920739.6574-19.2263
CIE-Lab65.527344.3303-23.4899

#d981ca color RGB value is (217,129,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11001010
Octal 331 201 312
Decimal 217 129 202
Hex D9 81 CA

RGB Percentages of Color #d981ca

%39.60
%23.54
%36.86

CMYK Percentages of Color #d981ca

%0
%41
%7
%15

Triadic Colors of #d981ca

#d981ca #cad981 #81cad9

Analogous Colors of #d981ca

#d981ca #d9819e #bc81d9

Monochromatic Colors of #d981ca

#d981ca

Complementary Color

#d981ca #81d990

#d981ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981ca Color CSS Codes

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

#d981ca Text Font Color

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

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


#d981ca Background Color

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

This div background color is #d981ca


#d981ca Border Color

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

This div border color is #d981ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981ca


Comments

No comments written yet.

Please login to write comment.