Color Hex Logo

#c56afb Color Hex

#C56AFB
(197,106,251)
0 Favorites   0 Comments

Color spaces of #c56afb

RGB 197106251
HSL0.770.950.70
HSV278°58°98°
CMYK 0.220.580.00   0.02
XYZ45.592629.143494.4890
Yxy29.14340.26940.1722
Hunter Lab53.984656.2787-65.9857
CIE-Lab60.908059.9011-58.1672

#c56afb color RGB value is (197,106,251).

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

The process color (four color CMYK) of #c56afb color hex is 0.22, 0.58, 0.00, 0.02. Web safe color of #c56afb is #cc66ff. Color #c56afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11111011
Octal 305 152 373
Decimal 197 106 251
Hex C5 6A FB

RGB Percentages of Color #c56afb

%35.56
%19.13
%45.31

CMYK Percentages of Color #c56afb

%22
%58
%0
%2

Triadic Colors of #c56afb

#c56afb #fbc56a #6afbc5

Analogous Colors of #c56afb

#c56afb #fb6ae9 #7d6afb

Monochromatic Colors of #c56afb

#c56afb

Complementary Color

#c56afb #a0fb6a

#c56afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56afb Color CSS Codes

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

#c56afb Text Font Color

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

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


#c56afb Background Color

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

This div background color is #c56afb


#c56afb Border Color

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

This div border color is #c56afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56afb

Related Colors


Comments

No comments written yet.

Please login to write comment.