Color Hex Logo

#c960ca Color Hex

#C960CA
(201,96,202)
0 Favorites   0 Comments

Color spaces of #c960ca

RGB 20196202
HSL0.830.500.58
HSV299°52°79°
CMYK 0.000.520.00   0.21
XYZ38.930925.047558.6599
Yxy25.04750.31740.2042
Hunter Lab50.047551.2684-34.4597
CIE-Lab57.121756.1464-36.6667

#c960ca color RGB value is (201,96,202).

#c960ca hex color red value is 201, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c960ca hue: 0.83 , saturation: 0.50 and the lightness value of c960ca is 0.58.

The process color (four color CMYK) of #c960ca color hex is 0.00, 0.52, 0.00, 0.21. Web safe color of #c960ca is #cc66cc. Color #c960ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11001010
Octal 311 140 312
Decimal 201 96 202
Hex C9 60 CA

RGB Percentages of Color #c960ca

%40.28
%19.24
%40.48

CMYK Percentages of Color #c960ca

%0
%52
%0
%21

Triadic Colors of #c960ca

#c960ca #cac960 #60cac9

Analogous Colors of #c960ca

#c960ca #ca6096 #9460ca

Monochromatic Colors of #c960ca

#c960ca

Complementary Color

#c960ca #61ca60

#c960ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960ca Color CSS Codes

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

#c960ca Text Font Color

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

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


#c960ca Background Color

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

This div background color is #c960ca


#c960ca Border Color

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

This div border color is #c960ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960ca


Comments

No comments written yet.

Please login to write comment.