Color Hex Logo

#c96cfc Color Hex

#C96CFC
(201,108,252)
0 Favorites   0 Comments

Color spaces of #c96cfc

RGB 201108252
HSL0.770.960.71
HSV279°57°99°
CMYK 0.200.570.00   0.01
XYZ47.020630.170995.4408
Yxy30.17090.27240.1748
Hunter Lab54.928056.6791-64.5703
CIE-Lab61.801460.0946-57.2653

#c96cfc color RGB value is (201,108,252).

#c96cfc hex color red value is 201, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c96cfc hue: 0.77 , saturation: 0.96 and the lightness value of c96cfc is 0.71.

The process color (four color CMYK) of #c96cfc color hex is 0.20, 0.57, 0.00, 0.01. Web safe color of #c96cfc is #cc66ff. Color #c96cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 11111100
Octal 311 154 374
Decimal 201 108 252
Hex C9 6C FC

RGB Percentages of Color #c96cfc

%35.83
%19.25
%44.92

CMYK Percentages of Color #c96cfc

%20
%57
%0
%1

Triadic Colors of #c96cfc

#c96cfc #fcc96c #6cfcc9

Analogous Colors of #c96cfc

#c96cfc #fc6ce7 #816cfc

Monochromatic Colors of #c96cfc

#c96cfc

Complementary Color

#c96cfc #9ffc6c

#c96cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cfc Color CSS Codes

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

#c96cfc Text Font Color

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

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


#c96cfc Background Color

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

This div background color is #c96cfc


#c96cfc Border Color

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

This div border color is #c96cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.