Color Hex Logo

#c97aca Color Hex

#C97ACA
(201,122,202)
0 Favorites   0 Comments

Color spaces of #c97aca

RGB 201122202
HSL0.830.430.64
HSV299°40°79°
CMYK 0.000.400.00   0.21
XYZ41.707630.600859.5854
Yxy30.60080.31620.2320
Hunter Lab55.318037.7755-25.1412
CIE-Lab62.169243.0160-28.8155

#c97aca color RGB value is (201,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111010 11001010
Octal 311 172 312
Decimal 201 122 202
Hex C9 7A CA

RGB Percentages of Color #c97aca

%38.29
%23.24
%38.48

CMYK Percentages of Color #c97aca

%0
%40
%0
%21

Triadic Colors of #c97aca

#c97aca #cac97a #7acac9

Analogous Colors of #c97aca

#c97aca #ca7aa3 #a17aca

Monochromatic Colors of #c97aca

#c97aca

Complementary Color

#c97aca #7bca7a

#c97aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97aca Color CSS Codes

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

#c97aca Text Font Color

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

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


#c97aca Background Color

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

This div background color is #c97aca


#c97aca Border Color

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

This div border color is #c97aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97aca


Comments

No comments written yet.

Please login to write comment.