Color Hex Logo

#c56aff Color Hex

#C56AFF
(197,106,255)
0 Favorites   0 Comments

Color spaces of #c56aff

RGB 197106255
HSL0.771.000.71
HSV277°58°100°
CMYK 0.230.580.00   0.00
XYZ46.230029.398497.8456
Yxy29.39840.26650.1695
Hunter Lab54.220357.3094-69.0402
CIE-Lab61.131660.7526-60.0143

#c56aff color RGB value is (197,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 11111111
Octal 305 152 377
Decimal 197 106 255
Hex C5 6A FF

RGB Percentages of Color #c56aff

%35.30
%19.00
%45.70

CMYK Percentages of Color #c56aff

%23
%58
%0
%0

Triadic Colors of #c56aff

#c56aff #ffc56a #6affc5

Analogous Colors of #c56aff

#c56aff #ff6aef #7b6aff

Monochromatic Colors of #c56aff

#c56aff

Complementary Color

#c56aff #a4ff6a

#c56aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56aff Color CSS Codes

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

#c56aff Text Font Color

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

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


#c56aff Background Color

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

This div background color is #c56aff


#c56aff Border Color

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

This div border color is #c56aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56aff


Comments

No comments written yet.

Please login to write comment.