Color Hex Logo

#c56cdb Color Hex

#C56CDB
(197,108,219)
0 Favorites   0 Comments

Color spaces of #c56cdb

RGB 197108219
HSL0.800.610.64
HSV288°51°86°
CMYK 0.100.510.00   0.14
XYZ41.174727.709970.1962
Yxy27.70990.29600.1992
Hunter Lab52.640247.5008-42.2156
CIE-Lab59.625752.3540-42.3859

#c56cdb color RGB value is (197,108,219).

#c56cdb hex color red value is 197, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c56cdb hue: 0.80 , saturation: 0.61 and the lightness value of c56cdb is 0.64.

The process color (four color CMYK) of #c56cdb color hex is 0.10, 0.51, 0.00, 0.14. Web safe color of #c56cdb is #cc66cc. Color #c56cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11011011
Octal 305 154 333
Decimal 197 108 219
Hex C5 6C DB

RGB Percentages of Color #c56cdb

%37.60
%20.61
%41.79

CMYK Percentages of Color #c56cdb

%10
%51
%0
%14

Triadic Colors of #c56cdb

#c56cdb #dbc56c #6cdbc5

Analogous Colors of #c56cdb

#c56cdb #db6cba #8e6cdb

Monochromatic Colors of #c56cdb

#c56cdb

Complementary Color

#c56cdb #82db6c

#c56cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cdb Color CSS Codes

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

#c56cdb Text Font Color

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

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


#c56cdb Background Color

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

This div background color is #c56cdb


#c56cdb Border Color

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

This div border color is #c56cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cdb


Comments

No comments written yet.

Please login to write comment.