Color Hex Logo

#c56b9b Color Hex

#C56B9B
(197,107,155)
0 Favorites   0 Comments

Color spaces of #c56b9b

RGB 197107155
HSL0.910.440.60
HSV328°46°77°
CMYK 0.000.460.21   0.23
XYZ34.200024.752333.9855
Yxy24.75230.36800.2663
Hunter Lab49.751735.6379-5.6750
CIE-Lab56.833341.6942-10.0925

#c56b9b color RGB value is (197,107,155).

#c56b9b hex color red value is 197, green value is 107 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c56b9b hue: 0.91 , saturation: 0.44 and the lightness value of c56b9b is 0.60.

The process color (four color CMYK) of #c56b9b color hex is 0.00, 0.46, 0.21, 0.23. Web safe color of #c56b9b is #cc6699. Color #c56b9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 10011011
Octal 305 153 233
Decimal 197 107 155
Hex C5 6B 9B

RGB Percentages of Color #c56b9b

%42.92
%23.31
%33.77

CMYK Percentages of Color #c56b9b

%0
%46
%21
%23

Triadic Colors of #c56b9b

#c56b9b #9bc56b #6b9bc5

Analogous Colors of #c56b9b

#c56b9b #c56b6e #c26bc5

Monochromatic Colors of #c56b9b

#c56b9b

Complementary Color

#c56b9b #6bc595

#c56b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56b9b Color CSS Codes

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

#c56b9b Text Font Color

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

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


#c56b9b Background Color

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

This div background color is #c56b9b


#c56b9b Border Color

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

This div border color is #c56b9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56b9b


Comments

No comments written yet.

Please login to write comment.