Color Hex Logo

#c56cfe Color Hex

#C56CFE
(197,108,254)
0 Favorites   0 Comments

Color spaces of #c56cfe

RGB 197108254
HSL0.770.990.71
HSV277°57°100°
CMYK 0.220.570.00   0.00
XYZ46.277929.751297.0694
Yxy29.75120.26740.1719
Hunter Lab54.544755.9935-67.3331
CIE-Lab61.439059.5637-58.9727

#c56cfe color RGB value is (197,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11111110
Octal 305 154 376
Decimal 197 108 254
Hex C5 6C FE

RGB Percentages of Color #c56cfe

%35.24
%19.32
%45.44

CMYK Percentages of Color #c56cfe

%22
%57
%0
%0

Triadic Colors of #c56cfe

#c56cfe #fec56c #6cfec5

Analogous Colors of #c56cfe

#c56cfe #fe6cee #7c6cfe

Monochromatic Colors of #c56cfe

#c56cfe

Complementary Color

#c56cfe #a5fe6c

#c56cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cfe Color CSS Codes

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

#c56cfe Text Font Color

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

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


#c56cfe Background Color

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

This div background color is #c56cfe


#c56cfe Border Color

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

This div border color is #c56cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cfe


Comments

No comments written yet.

Please login to write comment.