Color Hex Logo

#c56caa Color Hex

#C56CAA
(197,108,170)
0 Favorites   0 Comments

Color spaces of #c56caa

RGB 197108170
HSL0.880.430.60
HSV318°45°77°
CMYK 0.000.450.14   0.23
XYZ35.644225.497741.0731
Yxy25.49770.34870.2495
Hunter Lab50.495237.6351-12.8801
CIE-Lab57.557243.5110-17.6866

#c56caa color RGB value is (197,108,170).

#c56caa hex color red value is 197, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c56caa hue: 0.88 , saturation: 0.43 and the lightness value of c56caa is 0.60.

The process color (four color CMYK) of #c56caa color hex is 0.00, 0.45, 0.14, 0.23. Web safe color of #c56caa is #cc6699. Color #c56caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 10101010
Octal 305 154 252
Decimal 197 108 170
Hex C5 6C AA

RGB Percentages of Color #c56caa

%41.47
%22.74
%35.79

CMYK Percentages of Color #c56caa

%0
%45
%14
%23

Triadic Colors of #c56caa

#c56caa #aac56c #6caac5

Analogous Colors of #c56caa

#c56caa #c56c7e #b46cc5

Monochromatic Colors of #c56caa

#c56caa

Complementary Color

#c56caa #6cc587

#c56caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56caa Color CSS Codes

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

#c56caa Text Font Color

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

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


#c56caa Background Color

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

This div background color is #c56caa


#c56caa Border Color

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

This div border color is #c56caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56caa;
  -webkit-box-shadow: 1px 1px 3px 2px #c56caa;
  box-shadow:         1px 1px 3px 2px #c56caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,108,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56caa


Comments

No comments written yet.

Please login to write comment.