Color Hex Logo

#c56cad Color Hex

#C56CAD
(197,108,173)
0 Favorites   0 Comments

Color spaces of #c56cad

RGB 197108173
HSL0.880.430.60
HSV316°45°77°
CMYK 0.000.450.12   0.23
XYZ35.931325.612642.5851
Yxy25.61260.34510.2460
Hunter Lab50.608938.1659-14.4636
CIE-Lab57.667544.0009-19.2483

#c56cad color RGB value is (197,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 10101101
Octal 305 154 255
Decimal 197 108 173
Hex C5 6C AD

RGB Percentages of Color #c56cad

%41.21
%22.59
%36.19

CMYK Percentages of Color #c56cad

%0
%45
%12
%23

Triadic Colors of #c56cad

#c56cad #adc56c #6cadc5

Analogous Colors of #c56cad

#c56cad #c56c81 #b16cc5

Monochromatic Colors of #c56cad

#c56cad

Complementary Color

#c56cad #6cc584

#c56cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cad Color CSS Codes

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

#c56cad Text Font Color

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

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


#c56cad Background Color

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

This div background color is #c56cad


#c56cad Border Color

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

This div border color is #c56cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cad


Comments

No comments written yet.

Please login to write comment.