Color Hex Logo

#c56dbc Color Hex

#C56DBC
(197,109,188)
0 Favorites   0 Comments

Color spaces of #c56dbc

RGB 197109188
HSL0.850.430.60
HSV306°45°77°
CMYK 0.000.450.05   0.23
XYZ37.571726.438450.6998
Yxy26.43840.32750.2305
Hunter Lab51.418340.4492-22.4687
CIE-Lab58.450946.0444-26.6532

#c56dbc color RGB value is (197,109,188).

#c56dbc hex color red value is 197, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c56dbc hue: 0.85 , saturation: 0.43 and the lightness value of c56dbc is 0.60.

The process color (four color CMYK) of #c56dbc color hex is 0.00, 0.45, 0.05, 0.23. Web safe color of #c56dbc is #cc66cc. Color #c56dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 10111100
Octal 305 155 274
Decimal 197 109 188
Hex C5 6D BC

RGB Percentages of Color #c56dbc

%39.88
%22.06
%38.06

CMYK Percentages of Color #c56dbc

%0
%45
%5
%23

Triadic Colors of #c56dbc

#c56dbc #bcc56d #6dbcc5

Analogous Colors of #c56dbc

#c56dbc #c56d90 #a26dc5

Monochromatic Colors of #c56dbc

#c56dbc

Complementary Color

#c56dbc #6dc576

#c56dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56dbc Color CSS Codes

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

#c56dbc Text Font Color

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

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


#c56dbc Background Color

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

This div background color is #c56dbc


#c56dbc Border Color

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

This div border color is #c56dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56dbc


Comments

No comments written yet.

Please login to write comment.