Color Hex Logo

#c56bff Color Hex

#C56BFF
(197,107,255)
0 Favorites   0 Comments

Color spaces of #c56bff

RGB 197107255
HSL0.771.000.71
HSV276°58°100°
CMYK 0.230.580.00   0.00
XYZ46.333729.605797.8802
Yxy29.60570.26660.1703
Hunter Lab54.411156.7819-68.5690
CIE-Lab61.312560.2668-59.7252

#c56bff color RGB value is (197,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 11111111
Octal 305 153 377
Decimal 197 107 255
Hex C5 6B FF

RGB Percentages of Color #c56bff

%35.24
%19.14
%45.62

CMYK Percentages of Color #c56bff

%23
%58
%0
%0

Triadic Colors of #c56bff

#c56bff #ffc56b #6bffc5

Analogous Colors of #c56bff

#c56bff #ff6bef #7b6bff

Monochromatic Colors of #c56bff

#c56bff

Complementary Color

#c56bff #a5ff6b

#c56bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56bff Color CSS Codes

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

#c56bff Text Font Color

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

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


#c56bff Background Color

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

This div background color is #c56bff


#c56bff Border Color

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

This div border color is #c56bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,107,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 #c56bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56bff

Related Colors

#c56bff Color Palettes


Comments

No comments written yet.

Please login to write comment.