Color Hex Logo

#c96bbf Color Hex

#C96BBF
(201,107,191)
0 Favorites   0 Comments

Color spaces of #c96bbf

RGB 201107191
HSL0.850.470.60
HSV306°47°79°
CMYK 0.000.470.05   0.21
XYZ38.749126.694552.4005
Yxy26.69450.32880.2265
Hunter Lab51.666743.4550-23.9653
CIE-Lab58.690548.8054-27.9544

#c96bbf color RGB value is (201,107,191).

#c96bbf hex color red value is 201, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c96bbf hue: 0.85 , saturation: 0.47 and the lightness value of c96bbf is 0.60.

The process color (four color CMYK) of #c96bbf color hex is 0.00, 0.47, 0.05, 0.21. Web safe color of #c96bbf is #cc66cc. Color #c96bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 10111111
Octal 311 153 277
Decimal 201 107 191
Hex C9 6B BF

RGB Percentages of Color #c96bbf

%40.28
%21.44
%38.28

CMYK Percentages of Color #c96bbf

%0
%47
%5
%21

Triadic Colors of #c96bbf

#c96bbf #bfc96b #6bbfc9

Analogous Colors of #c96bbf

#c96bbf #c96b90 #a46bc9

Monochromatic Colors of #c96bbf

#c96bbf

Complementary Color

#c96bbf #6bc975

#c96bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bbf Color CSS Codes

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

#c96bbf Text Font Color

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

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


#c96bbf Background Color

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

This div background color is #c96bbf


#c96bbf Border Color

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

This div border color is #c96bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bbf


Comments

No comments written yet.

Please login to write comment.