Color Hex Logo

#c56bcf Color Hex

#C56BCF
(197,107,207)
0 Favorites   0 Comments

Color spaces of #c56bcf

RGB 197107207
HSL0.820.510.62
HSV294°48°81°
CMYK 0.050.480.00   0.19
XYZ39.546126.890762.1376
Yxy26.89070.30760.2091
Hunter Lab51.856245.3775-34.7459
CIE-Lab58.873050.5432-36.8016

#c56bcf color RGB value is (197,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 11001111
Octal 305 153 317
Decimal 197 107 207
Hex C5 6B CF

RGB Percentages of Color #c56bcf

%38.55
%20.94
%40.51

CMYK Percentages of Color #c56bcf

%5
%48
%0
%19

Triadic Colors of #c56bcf

#c56bcf #cfc56b #6bcfc5

Analogous Colors of #c56bcf

#c56bcf #cf6ba7 #936bcf

Monochromatic Colors of #c56bcf

#c56bcf

Complementary Color

#c56bcf #75cf6b

#c56bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56bcf Color CSS Codes

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

#c56bcf Text Font Color

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

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


#c56bcf Background Color

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

This div background color is #c56bcf


#c56bcf Border Color

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

This div border color is #c56bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56bcf


Comments

No comments written yet.

Please login to write comment.