Color Hex Logo

#c56dfe Color Hex

#C56DFE
(197,109,254)
0 Favorites   0 Comments

Color spaces of #c56dfe

RGB 197109254
HSL0.770.990.71
HSV276°57°100°
CMYK 0.220.570.00   0.00
XYZ46.384029.963497.1047
Yxy29.96340.26740.1727
Hunter Lab54.738855.4624-66.8611
CIE-Lab61.622659.0724-58.6794

#c56dfe color RGB value is (197,109,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 11111110
Octal 305 155 376
Decimal 197 109 254
Hex C5 6D FE

RGB Percentages of Color #c56dfe

%35.18
%19.46
%45.36

CMYK Percentages of Color #c56dfe

%22
%57
%0
%0

Triadic Colors of #c56dfe

#c56dfe #fec56d #6dfec5

Analogous Colors of #c56dfe

#c56dfe #fe6def #7d6dfe

Monochromatic Colors of #c56dfe

#c56dfe

Complementary Color

#c56dfe #a6fe6d

#c56dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56dfe Color CSS Codes

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

#c56dfe Text Font Color

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

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


#c56dfe Background Color

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

This div background color is #c56dfe


#c56dfe Border Color

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

This div border color is #c56dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56dfe


Comments

No comments written yet.

Please login to write comment.