Color Hex Logo

#c963dc Color Hex

#C963DC
(201,99,220)
0 Favorites   0 Comments

Color spaces of #c963dc

RGB 20199220
HSL0.810.630.63
HSV291°55°86°
CMYK 0.090.550.00   0.14
XYZ41.467526.508570.6412
Yxy26.50850.29920.1912
Hunter Lab51.486453.6639-45.3075
CIE-Lab58.516658.0294-44.6625

#c963dc color RGB value is (201,99,220).

#c963dc hex color red value is 201, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c963dc hue: 0.81 , saturation: 0.63 and the lightness value of c963dc is 0.63.

The process color (four color CMYK) of #c963dc color hex is 0.09, 0.55, 0.00, 0.14. Web safe color of #c963dc is #cc66cc. Color #c963dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 11011100
Octal 311 143 334
Decimal 201 99 220
Hex C9 63 DC

RGB Percentages of Color #c963dc

%38.65
%19.04
%42.31

CMYK Percentages of Color #c963dc

%9
%55
%0
%14

Triadic Colors of #c963dc

#c963dc #dcc963 #63dcc9

Analogous Colors of #c963dc

#c963dc #dc63b3 #8d63dc

Monochromatic Colors of #c963dc

#c963dc

Complementary Color

#c963dc #76dc63

#c963dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963dc Color CSS Codes

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

#c963dc Text Font Color

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

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


#c963dc Background Color

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

This div background color is #c963dc


#c963dc Border Color

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

This div border color is #c963dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c963dc


Comments

No comments written yet.

Please login to write comment.