Color Hex Logo

#c56ace Color Hex

#C56ACE
(197,106,206)
0 Favorites   0 Comments

Color spaces of #c56ace

RGB 197106206
HSL0.820.510.61
HSV295°49°81°
CMYK 0.040.490.00   0.19
XYZ39.320626.634661.4611
Yxy26.63460.30860.2090
Hunter Lab51.608745.6836-34.4827
CIE-Lab58.634650.8601-36.6085

#c56ace color RGB value is (197,106,206).

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

The process color (four color CMYK) of #c56ace color hex is 0.04, 0.49, 0.00, 0.19. Web safe color of #c56ace is #cc66cc. Color #c56ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11001110
Octal 305 152 316
Decimal 197 106 206
Hex C5 6A CE

RGB Percentages of Color #c56ace

%38.70
%20.83
%40.47

CMYK Percentages of Color #c56ace

%4
%49
%0
%19

Triadic Colors of #c56ace

#c56ace #cec56a #6acec5

Analogous Colors of #c56ace

#c56ace #ce6aa5 #936ace

Monochromatic Colors of #c56ace

#c56ace

Complementary Color

#c56ace #73ce6a

#c56ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ace Color CSS Codes

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

#c56ace Text Font Color

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

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


#c56ace Background Color

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

This div background color is #c56ace


#c56ace Border Color

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

This div border color is #c56ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ace


Comments

No comments written yet.

Please login to write comment.