Color Hex Logo

#c960eb Color Hex

#C960EB
(201,96,235)
0 Favorites   0 Comments

Color spaces of #c960eb

RGB 20196235
HSL0.790.780.65
HSV285°59°92°
CMYK 0.140.590.00   0.08
XYZ43.265726.781481.4862
Yxy26.78140.28550.1767
Hunter Lab51.750758.6693-57.1319
CIE-Lab58.771462.3351-52.6651

#c960eb color RGB value is (201,96,235).

#c960eb hex color red value is 201, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c960eb hue: 0.79 , saturation: 0.78 and the lightness value of c960eb is 0.65.

The process color (four color CMYK) of #c960eb color hex is 0.14, 0.59, 0.00, 0.08. Web safe color of #c960eb is #cc66ff. Color #c960eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11101011
Octal 311 140 353
Decimal 201 96 235
Hex C9 60 EB

RGB Percentages of Color #c960eb

%37.78
%18.05
%44.17

CMYK Percentages of Color #c960eb

%14
%59
%0
%8

Triadic Colors of #c960eb

#c960eb #ebc960 #60ebc9

Analogous Colors of #c960eb

#c960eb #eb60c8 #8460eb

Monochromatic Colors of #c960eb

#c960eb

Complementary Color

#c960eb #82eb60

#c960eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960eb Color CSS Codes

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

#c960eb Text Font Color

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

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


#c960eb Background Color

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

This div background color is #c960eb


#c960eb Border Color

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

This div border color is #c960eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960eb


Comments

No comments written yet.

Please login to write comment.