Color Hex Logo

#c56cfc Color Hex

#C56CFC
(197,108,252)
0 Favorites   0 Comments

Color spaces of #c56cfc

RGB 197108252
HSL0.770.960.71
HSV277°57°99°
CMYK 0.220.570.00   0.01
XYZ45.959229.623795.3911
Yxy29.62370.26880.1733
Hunter Lab54.427755.4786-65.8136
CIE-Lab61.328259.1362-58.0479

#c56cfc color RGB value is (197,108,252).

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

The process color (four color CMYK) of #c56cfc color hex is 0.22, 0.57, 0.00, 0.01. Web safe color of #c56cfc is #cc66ff. Color #c56cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11111100
Octal 305 154 374
Decimal 197 108 252
Hex C5 6C FC

RGB Percentages of Color #c56cfc

%35.37
%19.39
%45.24

CMYK Percentages of Color #c56cfc

%22
%57
%0
%1

Triadic Colors of #c56cfc

#c56cfc #fcc56c #6cfcc5

Analogous Colors of #c56cfc

#c56cfc #fc6ceb #7d6cfc

Monochromatic Colors of #c56cfc

#c56cfc

Complementary Color

#c56cfc #a3fc6c

#c56cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cfc Color CSS Codes

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

#c56cfc Text Font Color

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

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


#c56cfc Background Color

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

This div background color is #c56cfc


#c56cfc Border Color

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

This div border color is #c56cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cfc


Comments

No comments written yet.

Please login to write comment.