Color Hex Logo

#c96ffb Color Hex

#C96FFB
(201,111,251)
0 Favorites   0 Comments

Color spaces of #c96ffb

RGB 201111251
HSL0.770.950.71
HSV279°56°98°
CMYK 0.200.560.00   0.02
XYZ47.184430.751494.7155
Yxy30.75140.27330.1781
Hunter Lab55.453954.8369-62.4497
CIE-Lab62.297258.4161-55.9243

#c96ffb color RGB value is (201,111,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101111 11111011
Octal 311 157 373
Decimal 201 111 251
Hex C9 6F FB

RGB Percentages of Color #c96ffb

%35.70
%19.72
%44.58

CMYK Percentages of Color #c96ffb

%20
%56
%0
%2

Triadic Colors of #c96ffb

#c96ffb #fbc96f #6ffbc9

Analogous Colors of #c96ffb

#c96ffb #fb6fe7 #836ffb

Monochromatic Colors of #c96ffb

#c96ffb

Complementary Color

#c96ffb #a1fb6f

#c96ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96ffb Color CSS Codes

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

#c96ffb Text Font Color

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

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


#c96ffb Background Color

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

This div background color is #c96ffb


#c96ffb Border Color

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

This div border color is #c96ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,111,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 #c96ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.