Color Hex Logo

#c56acd Color Hex

#C56ACD
(197,106,205)
0 Favorites   0 Comments

Color spaces of #c56acd

RGB 197106205
HSL0.820.500.61
HSV295°48°80°
CMYK 0.040.480.00   0.20
XYZ39.199426.586260.8232
Yxy26.58620.30960.2100
Hunter Lab51.561845.4699-33.8462
CIE-Lab58.589350.6719-36.1127

#c56acd color RGB value is (197,106,205).

#c56acd hex color red value is 197, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c56acd hue: 0.82 , saturation: 0.50 and the lightness value of c56acd is 0.61.

The process color (four color CMYK) of #c56acd color hex is 0.04, 0.48, 0.00, 0.20. Web safe color of #c56acd is #cc66cc. Color #c56acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11001101
Octal 305 152 315
Decimal 197 106 205
Hex C5 6A CD

RGB Percentages of Color #c56acd

%38.78
%20.87
%40.35

CMYK Percentages of Color #c56acd

%4
%48
%0
%20

Triadic Colors of #c56acd

#c56acd #cdc56a #6acdc5

Analogous Colors of #c56acd

#c56acd #cd6aa4 #946acd

Monochromatic Colors of #c56acd

#c56acd

Complementary Color

#c56acd #72cd6a

#c56acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56acd Color CSS Codes

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

#c56acd Text Font Color

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

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


#c56acd Background Color

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

This div background color is #c56acd


#c56acd Border Color

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

This div border color is #c56acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56acd


Comments

No comments written yet.

Please login to write comment.