Color Hex Logo

#c96aca Color Hex

#C96ACA
(201,106,202)
0 Favorites   0 Comments

Color spaces of #c96aca

RGB 201106202
HSL0.830.480.60
HSV299°48°79°
CMYK 0.000.480.00   0.21
XYZ39.902126.989858.9836
Yxy26.98980.31700.2144
Hunter Lab51.951746.1835-30.9490
CIE-Lab58.964951.2640-33.7875

#c96aca color RGB value is (201,106,202).

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

The process color (four color CMYK) of #c96aca color hex is 0.00, 0.48, 0.00, 0.21. Web safe color of #c96aca is #cc66cc. Color #c96aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101010 11001010
Octal 311 152 312
Decimal 201 106 202
Hex C9 6A CA

RGB Percentages of Color #c96aca

%39.49
%20.83
%39.69

CMYK Percentages of Color #c96aca

%0
%48
%0
%21

Triadic Colors of #c96aca

#c96aca #cac96a #6acac9

Analogous Colors of #c96aca

#c96aca #ca6a9b #996aca

Monochromatic Colors of #c96aca

#c96aca

Complementary Color

#c96aca #6bca6a

#c96aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96aca Color CSS Codes

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

#c96aca Text Font Color

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

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


#c96aca Background Color

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

This div background color is #c96aca


#c96aca Border Color

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

This div border color is #c96aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96aca


Comments

No comments written yet.

Please login to write comment.