Color Hex Logo

#c5689c Color Hex

#C5689C
(197,104,156)
0 Favorites   0 Comments

Color spaces of #c5689c

RGB 197104156
HSL0.910.440.59
HSV326°47°77°
CMYK 0.000.470.21   0.23
XYZ33.977024.171234.3272
Yxy24.17120.36740.2614
Hunter Lab49.164237.3226-6.9822
CIE-Lab56.258843.3957-11.5361

#c5689c color RGB value is (197,104,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 10011100
Octal 305 150 234
Decimal 197 104 156
Hex C5 68 9C

RGB Percentages of Color #c5689c

%43.11
%22.76
%34.14

CMYK Percentages of Color #c5689c

%0
%47
%21
%23

Triadic Colors of #c5689c

#c5689c #9cc568 #689cc5

Analogous Colors of #c5689c

#c5689c #c5686e #c068c5

Monochromatic Colors of #c5689c

#c5689c

Complementary Color

#c5689c #68c591

#c5689c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5689c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5689c Color CSS Codes

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

#c5689c Text Font Color

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

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


#c5689c Background Color

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

This div background color is #c5689c


#c5689c Border Color

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

This div border color is #c5689c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5689c


Comments

No comments written yet.

Please login to write comment.