Color Hex Logo

#c97acc Color Hex

#C97ACC
(201,122,204)
0 Favorites   0 Comments

Color spaces of #c97acc

RGB 201122204
HSL0.830.450.64
HSV298°40°80°
CMYK 0.010.400.00   0.20
XYZ41.946030.696260.8409
Yxy30.69620.31420.2300
Hunter Lab55.404238.1835-26.3252
CIE-Lab62.250343.3888-29.8166

#c97acc color RGB value is (201,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111010 11001100
Octal 311 172 314
Decimal 201 122 204
Hex C9 7A CC

RGB Percentages of Color #c97acc

%38.14
%23.15
%38.71

CMYK Percentages of Color #c97acc

%1
%40
%0
%20

Triadic Colors of #c97acc

#c97acc #ccc97a #7accc9

Analogous Colors of #c97acc

#c97acc #cc7aa6 #a07acc

Monochromatic Colors of #c97acc

#c97acc

Complementary Color

#c97acc #7dcc7a

#c97acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97acc Color CSS Codes

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

#c97acc Text Font Color

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

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


#c97acc Background Color

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

This div background color is #c97acc


#c97acc Border Color

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

This div border color is #c97acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97acc


Comments

No comments written yet.

Please login to write comment.