Color Hex Logo

#c96abd Color Hex

#C96ABD
(201,106,189)
0 Favorites   0 Comments

Color spaces of #c96abd

RGB 201106189
HSL0.850.470.60
HSV308°47°79°
CMYK 0.000.470.06   0.21
XYZ38.426726.399751.2145
Yxy26.39970.33110.2275
Hunter Lab51.380643.5810-23.1318
CIE-Lab58.414548.9638-27.2387

#c96abd color RGB value is (201,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101010 10111101
Octal 311 152 275
Decimal 201 106 189
Hex C9 6A BD

RGB Percentages of Color #c96abd

%40.52
%21.37
%38.10

CMYK Percentages of Color #c96abd

%0
%47
%6
%21

Triadic Colors of #c96abd

#c96abd #bdc96a #6abdc9

Analogous Colors of #c96abd

#c96abd #c96a8e #a66ac9

Monochromatic Colors of #c96abd

#c96abd

Complementary Color

#c96abd #6ac976

#c96abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96abd Color CSS Codes

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

#c96abd Text Font Color

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

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


#c96abd Background Color

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

This div background color is #c96abd


#c96abd Border Color

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

This div border color is #c96abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96abd


Comments

No comments written yet.

Please login to write comment.