Color Hex Logo

#c963cf Color Hex

#C963CF
(201,99,207)
0 Favorites   0 Comments

Color spaces of #c963cf

RGB 20199207
HSL0.820.530.60
HSV297°52°81°
CMYK 0.030.520.00   0.19
XYZ39.811725.846261.9220
Yxy25.84620.31210.2026
Hunter Lab50.839250.8133-36.6277
CIE-Lab57.890855.6108-38.3030

#c963cf color RGB value is (201,99,207).

#c963cf hex color red value is 201, green value is 99 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c963cf hue: 0.82 , saturation: 0.53 and the lightness value of c963cf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 11001111
Octal 311 143 317
Decimal 201 99 207
Hex C9 63 CF

RGB Percentages of Color #c963cf

%39.64
%19.53
%40.83

CMYK Percentages of Color #c963cf

%3
%52
%0
%19

Triadic Colors of #c963cf

#c963cf #cfc963 #63cfc9

Analogous Colors of #c963cf

#c963cf #cf639f #9363cf

Monochromatic Colors of #c963cf

#c963cf

Complementary Color

#c963cf #69cf63

#c963cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963cf Color CSS Codes

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

#c963cf Text Font Color

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

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


#c963cf Background Color

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

This div background color is #c963cf


#c963cf Border Color

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

This div border color is #c963cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c963cf


Comments

No comments written yet.

Please login to write comment.