Color Hex Logo

#c56aec Color Hex

#C56AEC
(197,106,236)
0 Favorites   0 Comments

Color spaces of #c56aec

RGB 197106236
HSL0.780.770.67
HSV282°55°93°
CMYK 0.170.550.00   0.07
XYZ43.320328.234582.5235
Yxy28.23450.28120.1832
Hunter Lab53.136152.5374-54.8855
CIE-Lab60.100056.7703-51.1417

#c56aec color RGB value is (197,106,236).

#c56aec hex color red value is 197, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c56aec hue: 0.78 , saturation: 0.77 and the lightness value of c56aec is 0.67.

The process color (four color CMYK) of #c56aec color hex is 0.17, 0.55, 0.00, 0.07. Web safe color of #c56aec is #cc66ff. Color #c56aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11101100
Octal 305 152 354
Decimal 197 106 236
Hex C5 6A EC

RGB Percentages of Color #c56aec

%36.55
%19.67
%43.78

CMYK Percentages of Color #c56aec

%17
%55
%0
%7

Triadic Colors of #c56aec

#c56aec #ecc56a #6aecc5

Analogous Colors of #c56aec

#c56aec #ec6ad2 #846aec

Monochromatic Colors of #c56aec

#c56aec

Complementary Color

#c56aec #91ec6a

#c56aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56aec Color CSS Codes

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

#c56aec Text Font Color

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

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


#c56aec Background Color

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

This div background color is #c56aec


#c56aec Border Color

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

This div border color is #c56aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56aec


Comments

No comments written yet.

Please login to write comment.