Color Hex Logo

#c5769e Color Hex

#C5769E
(197,118,158)
0 Favorites   0 Comments

Color spaces of #c5769e

RGB 197118158
HSL0.920.410.62
HSV330°40°77°
CMYK 0.000.400.20   0.23
XYZ35.675927.295835.7360
Yxy27.29580.36140.2765
Hunter Lab52.245430.4598-3.9828
CIE-Lab59.247136.3335-8.2211

#c5769e color RGB value is (197,118,158).

#c5769e hex color red value is 197, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5769e hue: 0.92 , saturation: 0.41 and the lightness value of c5769e is 0.62.

The process color (four color CMYK) of #c5769e color hex is 0.00, 0.40, 0.20, 0.23. Web safe color of #c5769e is #cc6699. Color #c5769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110110 10011110
Octal 305 166 236
Decimal 197 118 158
Hex C5 76 9E

RGB Percentages of Color #c5769e

%41.65
%24.95
%33.40

CMYK Percentages of Color #c5769e

%0
%40
%20
%23

Triadic Colors of #c5769e

#c5769e #9ec576 #769ec5

Analogous Colors of #c5769e

#c5769e #c57677 #c576c5

Monochromatic Colors of #c5769e

#c5769e

Complementary Color

#c5769e #76c59d

#c5769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5769e Color CSS Codes

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

#c5769e Text Font Color

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

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


#c5769e Background Color

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

This div background color is #c5769e


#c5769e Border Color

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

This div border color is #c5769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5769e


Comments

No comments written yet.

Please login to write comment.