Color Hex Logo

#c56cbd Color Hex

#C56CBD
(197,108,189)
0 Favorites   0 Comments

Color spaces of #c56cbd

RGB 197108189
HSL0.850.430.60
HSV305°45°77°
CMYK 0.000.450.04   0.23
XYZ37.573826.269651.2343
Yxy26.26960.32650.2283
Hunter Lab51.253941.1626-23.3896
CIE-Lab58.292146.7357-27.4699

#c56cbd color RGB value is (197,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 10111101
Octal 305 154 275
Decimal 197 108 189
Hex C5 6C BD

RGB Percentages of Color #c56cbd

%39.88
%21.86
%38.26

CMYK Percentages of Color #c56cbd

%0
%45
%4
%23

Triadic Colors of #c56cbd

#c56cbd #bdc56c #6cbdc5

Analogous Colors of #c56cbd

#c56cbd #c56c91 #a16cc5

Monochromatic Colors of #c56cbd

#c56cbd

Complementary Color

#c56cbd #6cc574

#c56cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cbd Color CSS Codes

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

#c56cbd Text Font Color

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

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


#c56cbd Background Color

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

This div background color is #c56cbd


#c56cbd Border Color

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

This div border color is #c56cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cbd


Comments

No comments written yet.

Please login to write comment.