Color Hex Logo

#c5798d Color Hex

#C5798D
(197,121,141)
0 Favorites   0 Comments

Color spaces of #c5798d

RGB 197121141
HSL0.960.400.62
HSV344°39°77°
CMYK 0.000.390.28   0.23
XYZ34.671027.468128.6738
Yxy27.46810.38180.3025
Hunter Lab52.410026.36634.2491
CIE-Lab59.405132.23371.8136

#c5798d color RGB value is (197,121,141).

#c5798d hex color red value is 197, green value is 121 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c5798d hue: 0.96 , saturation: 0.40 and the lightness value of c5798d is 0.62.

The process color (four color CMYK) of #c5798d color hex is 0.00, 0.39, 0.28, 0.23. Web safe color of #c5798d is #cc6699. Color #c5798d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111001 10001101
Octal 305 171 215
Decimal 197 121 141
Hex C5 79 8D

RGB Percentages of Color #c5798d

%42.92
%26.36
%30.72

CMYK Percentages of Color #c5798d

%0
%39
%28
%23

Triadic Colors of #c5798d

#c5798d #8dc579 #798dc5

Analogous Colors of #c5798d

#c5798d #c58b79 #c579b3

Monochromatic Colors of #c5798d

#c5798d

Complementary Color

#c5798d #79c5b1

#c5798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5798d Color CSS Codes

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

#c5798d Text Font Color

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

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


#c5798d Background Color

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

This div background color is #c5798d


#c5798d Border Color

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

This div border color is #c5798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5798d


Comments

No comments written yet.

Please login to write comment.