Color Hex Logo

#c963da Color Hex

#C963DA
(201,99,218)
0 Favorites   0 Comments

Color spaces of #c963da

RGB 20199218
HSL0.810.620.62
HSV291°55°85°
CMYK 0.080.550.00   0.15
XYZ41.204126.403169.2543
Yxy26.40310.30110.1929
Hunter Lab51.383953.2149-43.9412
CIE-Lab58.417757.6510-43.6925

#c963da color RGB value is (201,99,218).

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

The process color (four color CMYK) of #c963da color hex is 0.08, 0.55, 0.00, 0.15. Web safe color of #c963da is #cc66cc. Color #c963da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 11011010
Octal 311 143 332
Decimal 201 99 218
Hex C9 63 DA

RGB Percentages of Color #c963da

%38.80
%19.11
%42.08

CMYK Percentages of Color #c963da

%8
%55
%0
%15

Triadic Colors of #c963da

#c963da #dac963 #63dac9

Analogous Colors of #c963da

#c963da #da63b0 #8e63da

Monochromatic Colors of #c963da

#c963da

Complementary Color

#c963da #74da63

#c963da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963da Color CSS Codes

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

#c963da Text Font Color

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

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


#c963da Background Color

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

This div background color is #c963da


#c963da Border Color

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

This div border color is #c963da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c963da


Comments

No comments written yet.

Please login to write comment.