Color Hex Logo

#c56ca1 Color Hex

#C56CA1
(197,108,161)
0 Favorites   0 Comments

Color spaces of #c56ca1

RGB 197108161
HSL0.900.430.60
HSV324°45°77°
CMYK 0.000.450.18   0.23
XYZ34.821525.168636.7410
Yxy25.16860.36000.2602
Hunter Lab50.168336.1011-8.3035
CIE-Lab57.239342.0853-12.9641

#c56ca1 color RGB value is (197,108,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 10100001
Octal 305 154 241
Decimal 197 108 161
Hex C5 6C A1

RGB Percentages of Color #c56ca1

%42.27
%23.18
%34.55

CMYK Percentages of Color #c56ca1

%0
%45
%18
%23

Triadic Colors of #c56ca1

#c56ca1 #a1c56c #6ca1c5

Analogous Colors of #c56ca1

#c56ca1 #c56c75 #bd6cc5

Monochromatic Colors of #c56ca1

#c56ca1

Complementary Color

#c56ca1 #6cc590

#c56ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ca1 Color CSS Codes

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

#c56ca1 Text Font Color

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

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


#c56ca1 Background Color

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

This div background color is #c56ca1


#c56ca1 Border Color

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

This div border color is #c56ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ca1


Comments

No comments written yet.

Please login to write comment.