Color Hex Logo

#c56aed Color Hex

#C56AED
(197,106,237)
0 Favorites   0 Comments

Color spaces of #c56aed

RGB 197106237
HSL0.780.780.67
HSV282°55°93°
CMYK 0.170.550.00   0.07
XYZ43.466128.292883.2909
Yxy28.29280.28030.1825
Hunter Lab53.191052.7807-55.6076
CIE-Lab60.152356.9759-51.6150

#c56aed color RGB value is (197,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11101101
Octal 305 152 355
Decimal 197 106 237
Hex C5 6A ED

RGB Percentages of Color #c56aed

%36.48
%19.63
%43.89

CMYK Percentages of Color #c56aed

%17
%55
%0
%7

Triadic Colors of #c56aed

#c56aed #edc56a #6aedc5

Analogous Colors of #c56aed

#c56aed #ed6ad4 #846aed

Monochromatic Colors of #c56aed

#c56aed

Complementary Color

#c56aed #92ed6a

#c56aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56aed Color CSS Codes

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

#c56aed Text Font Color

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

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


#c56aed Background Color

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

This div background color is #c56aed


#c56aed Border Color

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

This div border color is #c56aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56aed

#c56aed Color Palettes


Comments

No comments written yet.

Please login to write comment.