Color Hex Logo

#c5657d Color Hex

#C5657D
(197,101,125)
0 Favorites   0 Comments

Color spaces of #c5657d

RGB 197101125
HSL0.960.450.58
HSV345°49°77°
CMYK 0.000.490.37   0.23
XYZ31.381322.658322.1216
Yxy22.65830.41200.2975
Hunter Lab47.600734.37685.7665
CIE-Lab54.718640.75754.3535

#c5657d color RGB value is (197,101,125).

#c5657d hex color red value is 197, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c5657d hue: 0.96 , saturation: 0.45 and the lightness value of c5657d is 0.58.

The process color (four color CMYK) of #c5657d color hex is 0.00, 0.49, 0.37, 0.23. Web safe color of #c5657d is #cc6666. Color #c5657d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 01111101
Octal 305 145 175
Decimal 197 101 125
Hex C5 65 7D

RGB Percentages of Color #c5657d

%46.57
%23.88
%29.55

CMYK Percentages of Color #c5657d

%0
%49
%37
%23

Triadic Colors of #c5657d

#c5657d #7dc565 #657dc5

Analogous Colors of #c5657d

#c5657d #c57d65 #c565ad

Monochromatic Colors of #c5657d

#c5657d

Complementary Color

#c5657d #65c5ad

#c5657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5657d Color CSS Codes

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

#c5657d Text Font Color

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

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


#c5657d Background Color

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

This div background color is #c5657d


#c5657d Border Color

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

This div border color is #c5657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5657d


Comments

No comments written yet.

Please login to write comment.