Color Hex Logo

#c96fbd Color Hex

#C96FBD
(201,111,189)
0 Favorites   0 Comments

Color spaces of #c96fbd

RGB 201111189
HSL0.860.450.61
HSV308°45°79°
CMYK 0.000.450.06   0.21
XYZ38.957127.460551.3913
Yxy27.46050.33070.2331
Hunter Lab52.402840.9951-21.4637
CIE-Lab59.398246.4172-25.7215

#c96fbd color RGB value is (201,111,189).

#c96fbd hex color red value is 201, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c96fbd hue: 0.86 , saturation: 0.45 and the lightness value of c96fbd is 0.61.

The process color (four color CMYK) of #c96fbd color hex is 0.00, 0.45, 0.06, 0.21. Web safe color of #c96fbd is #cc66cc. Color #c96fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101111 10111101
Octal 311 157 275
Decimal 201 111 189
Hex C9 6F BD

RGB Percentages of Color #c96fbd

%40.12
%22.16
%37.72

CMYK Percentages of Color #c96fbd

%0
%45
%6
%21

Triadic Colors of #c96fbd

#c96fbd #bdc96f #6fbdc9

Analogous Colors of #c96fbd

#c96fbd #c96f90 #a86fc9

Monochromatic Colors of #c96fbd

#c96fbd

Complementary Color

#c96fbd #6fc97b

#c96fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96fbd Color CSS Codes

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

#c96fbd Text Font Color

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

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


#c96fbd Background Color

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

This div background color is #c96fbd


#c96fbd Border Color

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

This div border color is #c96fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96fbd


Comments

No comments written yet.

Please login to write comment.