Color Hex Logo

#c56aeb Color Hex

#C56AEB
(197,106,235)
0 Favorites   0 Comments

Color spaces of #c56aeb

RGB 197106235
HSL0.780.760.67
HSV282°55°92°
CMYK 0.160.550.00   0.08
XYZ43.175428.176581.7603
Yxy28.17650.28200.1840
Hunter Lab53.081552.2954-54.1660
CIE-Lab60.047956.5656-50.6678

#c56aeb color RGB value is (197,106,235).

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

The process color (four color CMYK) of #c56aeb color hex is 0.16, 0.55, 0.00, 0.08. Web safe color of #c56aeb is #cc66ff. Color #c56aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11101011
Octal 305 152 353
Decimal 197 106 235
Hex C5 6A EB

RGB Percentages of Color #c56aeb

%36.62
%19.70
%43.68

CMYK Percentages of Color #c56aeb

%16
%55
%0
%8

Triadic Colors of #c56aeb

#c56aeb #ebc56a #6aebc5

Analogous Colors of #c56aeb

#c56aeb #eb6ad1 #856aeb

Monochromatic Colors of #c56aeb

#c56aeb

Complementary Color

#c56aeb #90eb6a

#c56aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56aeb Color CSS Codes

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

#c56aeb Text Font Color

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

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


#c56aeb Background Color

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

This div background color is #c56aeb


#c56aeb Border Color

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

This div border color is #c56aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56aeb


Comments

No comments written yet.

Please login to write comment.