Color Hex Logo

#d960ca Color Hex

#D960CA
(217,96,202)
0 Favorites   0 Comments

Color spaces of #d960ca

RGB 21796202
HSL0.850.610.61
HSV307°56°85°
CMYK 0.000.560.07   0.15
XYZ43.458827.381758.8718
Yxy27.38170.33500.2111
Hunter Lab52.327556.6738-30.0758
CIE-Lab59.326060.5162-33.0619

#d960ca color RGB value is (217,96,202).

#d960ca hex color red value is 217, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d960ca hue: 0.85 , saturation: 0.61 and the lightness value of d960ca is 0.61.

The process color (four color CMYK) of #d960ca color hex is 0.00, 0.56, 0.07, 0.15. Web safe color of #d960ca is #cc66cc. Color #d960ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11001010
Octal 331 140 312
Decimal 217 96 202
Hex D9 60 CA

RGB Percentages of Color #d960ca

%42.14
%18.64
%39.22

CMYK Percentages of Color #d960ca

%0
%56
%7
%15

Triadic Colors of #d960ca

#d960ca #cad960 #60cad9

Analogous Colors of #d960ca

#d960ca #d9608e #ac60d9

Monochromatic Colors of #d960ca

#d960ca

Complementary Color

#d960ca #60d96f

#d960ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960ca Color CSS Codes

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

#d960ca Text Font Color

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

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


#d960ca Background Color

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

This div background color is #d960ca


#d960ca Border Color

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

This div border color is #d960ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960ca


Comments

No comments written yet.

Please login to write comment.