Color Hex Logo

#c556af Color Hex

#C556AF
(197,86,175)
0 Favorites   0 Comments

Color spaces of #c556af

RGB 19786175
HSL0.870.490.55
HSV312°56°77°
CMYK 0.000.560.11   0.23
XYZ34.091621.621042.9339
Yxy21.62100.34560.2192
Hunter Lab46.498449.5001-22.1961
CIE-Lab53.622555.1574-26.6206

#c556af color RGB value is (197,86,175).

#c556af hex color red value is 197, green value is 86 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c556af hue: 0.87 , saturation: 0.49 and the lightness value of c556af is 0.55.

The process color (four color CMYK) of #c556af color hex is 0.00, 0.56, 0.11, 0.23. Web safe color of #c556af is #cc6699. Color #c556af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 10101111
Octal 305 126 257
Decimal 197 86 175
Hex C5 56 AF

RGB Percentages of Color #c556af

%43.01
%18.78
%38.21

CMYK Percentages of Color #c556af

%0
%56
%11
%23

Triadic Colors of #c556af

#c556af #afc556 #56afc5

Analogous Colors of #c556af

#c556af #c55678 #a456c5

Monochromatic Colors of #c556af

#c556af

Complementary Color

#c556af #56c56c

#c556af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556af Color CSS Codes

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

#c556af Text Font Color

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

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


#c556af Background Color

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

This div background color is #c556af


#c556af Border Color

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

This div border color is #c556af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556af


Comments

No comments written yet.

Please login to write comment.