Color Hex Logo

#c96cfb Color Hex

#C96CFB
(201,108,251)
0 Favorites   0 Comments

Color spaces of #c96cfb

RGB 201108251
HSL0.780.950.70
HSV279°57°98°
CMYK 0.200.570.00   0.02
XYZ46.862530.107794.6082
Yxy30.10770.27310.1755
Hunter Lab54.870556.4258-63.8190
CIE-Lab61.747059.8852-56.8008

#c96cfb color RGB value is (201,108,251).

#c96cfb hex color red value is 201, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c96cfb hue: 0.78 , saturation: 0.95 and the lightness value of c96cfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 11111011
Octal 311 154 373
Decimal 201 108 251
Hex C9 6C FB

RGB Percentages of Color #c96cfb

%35.89
%19.29
%44.82

CMYK Percentages of Color #c96cfb

%20
%57
%0
%2

Triadic Colors of #c96cfb

#c96cfb #fbc96c #6cfbc9

Analogous Colors of #c96cfb

#c96cfb #fb6ce6 #826cfb

Monochromatic Colors of #c96cfb

#c96cfb

Complementary Color

#c96cfb #9efb6c

#c96cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cfb Color CSS Codes

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

#c96cfb Text Font Color

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

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


#c96cfb Background Color

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

This div background color is #c96cfb


#c96cfb Border Color

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

This div border color is #c96cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cfb


Comments

No comments written yet.

Please login to write comment.