Color Hex Logo

#c56abc Color Hex

#C56ABC
(197,106,188)
0 Favorites   0 Comments

Color spaces of #c56abc

RGB 197106188
HSL0.850.440.59
HSV306°46°77°
CMYK 0.000.460.05   0.23
XYZ37.257125.809250.5950
Yxy25.80920.32780.2271
Hunter Lab50.802842.0013-23.4856
CIE-Lab57.855547.5836-27.5728

#c56abc color RGB value is (197,106,188).

#c56abc hex color red value is 197, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c56abc hue: 0.85 , saturation: 0.44 and the lightness value of c56abc is 0.59.

The process color (four color CMYK) of #c56abc color hex is 0.00, 0.46, 0.05, 0.23. Web safe color of #c56abc is #cc66cc. Color #c56abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 10111100
Octal 305 152 274
Decimal 197 106 188
Hex C5 6A BC

RGB Percentages of Color #c56abc

%40.12
%21.59
%38.29

CMYK Percentages of Color #c56abc

%0
%46
%5
%23

Triadic Colors of #c56abc

#c56abc #bcc56a #6abcc5

Analogous Colors of #c56abc

#c56abc #c56a8f #a16ac5

Monochromatic Colors of #c56abc

#c56abc

Complementary Color

#c56abc #6ac573

#c56abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56abc Color CSS Codes

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

#c56abc Text Font Color

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

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


#c56abc Background Color

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

This div background color is #c56abc


#c56abc Border Color

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

This div border color is #c56abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56abc


Comments

No comments written yet.

Please login to write comment.