Color Hex Logo

#c96cbf Color Hex

#C96CBF
(201,108,191)
0 Favorites   0 Comments

Color spaces of #c96cbf

RGB 201108191
HSL0.850.460.61
HSV306°46°79°
CMYK 0.000.460.05   0.21
XYZ38.853926.904252.4354
Yxy26.90420.32870.2276
Hunter Lab51.869342.9385-23.6287
CIE-Lab58.885548.2985-27.6528

#c96cbf color RGB value is (201,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 10111111
Octal 311 154 277
Decimal 201 108 191
Hex C9 6C BF

RGB Percentages of Color #c96cbf

%40.20
%21.60
%38.20

CMYK Percentages of Color #c96cbf

%0
%46
%5
%21

Triadic Colors of #c96cbf

#c96cbf #bfc96c #6cbfc9

Analogous Colors of #c96cbf

#c96cbf #c96c91 #a56cc9

Monochromatic Colors of #c96cbf

#c96cbf

Complementary Color

#c96cbf #6cc976

#c96cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cbf Color CSS Codes

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

#c96cbf Text Font Color

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

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


#c96cbf Background Color

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

This div background color is #c96cbf


#c96cbf Border Color

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

This div border color is #c96cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cbf


Comments

No comments written yet.

Please login to write comment.