Color Hex Logo

#c56ccf Color Hex

#C56CCF
(197,108,207)
0 Favorites   0 Comments

Color spaces of #c56ccf

RGB 197108207
HSL0.820.510.62
HSV294°48°81°
CMYK 0.050.480.00   0.19
XYZ39.651027.100462.1726
Yxy27.10040.30760.2102
Hunter Lab52.058044.8563-34.3690
CIE-Lab59.067150.0362-36.4981

#c56ccf color RGB value is (197,108,207).

#c56ccf hex color red value is 197, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c56ccf hue: 0.82 , saturation: 0.51 and the lightness value of c56ccf is 0.62.

The process color (four color CMYK) of #c56ccf color hex is 0.05, 0.48, 0.00, 0.19. Web safe color of #c56ccf is #cc66cc. Color #c56ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11001111
Octal 305 154 317
Decimal 197 108 207
Hex C5 6C CF

RGB Percentages of Color #c56ccf

%38.48
%21.09
%40.43

CMYK Percentages of Color #c56ccf

%5
%48
%0
%19

Triadic Colors of #c56ccf

#c56ccf #cfc56c #6ccfc5

Analogous Colors of #c56ccf

#c56ccf #cf6ca8 #946ccf

Monochromatic Colors of #c56ccf

#c56ccf

Complementary Color

#c56ccf #76cf6c

#c56ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ccf Color CSS Codes

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

#c56ccf Text Font Color

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

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


#c56ccf Background Color

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

This div background color is #c56ccf


#c56ccf Border Color

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

This div border color is #c56ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ccf


Comments

No comments written yet.

Please login to write comment.