Color Hex Logo

#c960df Color Hex

#C960DF
(201,96,223)
0 Favorites   0 Comments

Color spaces of #c960df

RGB 20196223
HSL0.800.660.63
HSV290°57°87°
CMYK 0.100.570.00   0.13
XYZ41.589526.111072.6599
Yxy26.11100.29630.1860
Hunter Lab51.098955.8583-48.5379
CIE-Lab58.142360.0145-46.9417

#c960df color RGB value is (201,96,223).

#c960df hex color red value is 201, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c960df hue: 0.80 , saturation: 0.66 and the lightness value of c960df is 0.63.

The process color (four color CMYK) of #c960df color hex is 0.10, 0.57, 0.00, 0.13. Web safe color of #c960df is #cc66cc. Color #c960df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11011111
Octal 311 140 337
Decimal 201 96 223
Hex C9 60 DF

RGB Percentages of Color #c960df

%38.65
%18.46
%42.88

CMYK Percentages of Color #c960df

%10
%57
%0
%13

Triadic Colors of #c960df

#c960df #dfc960 #60dfc9

Analogous Colors of #c960df

#c960df #df60b6 #8a60df

Monochromatic Colors of #c960df

#c960df

Complementary Color

#c960df #76df60

#c960df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960df Color CSS Codes

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

#c960df Text Font Color

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

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


#c960df Background Color

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

This div background color is #c960df


#c960df Border Color

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

This div border color is #c960df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,96,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960df


Comments

No comments written yet.

Please login to write comment.