Color Hex Logo

#c5624a Color Hex

#C5624A
(197,98,74)
0 Favorites   0 Comments

Color spaces of #c5624a

RGB 1979874
HSL0.030.510.53
HSV12°62°77°
CMYK 0.000.500.62   0.23
XYZ28.629721.10019.0423
Yxy21.10010.48710.3590
Hunter Lab45.934830.867320.4831
CIE-Lab53.058937.500631.8095

#c5624a color RGB value is (197,98,74).

#c5624a hex color red value is 197, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c5624a hue: 0.03 , saturation: 0.51 and the lightness value of c5624a is 0.53.

The process color (four color CMYK) of #c5624a color hex is 0.00, 0.50, 0.62, 0.23. Web safe color of #c5624a is #cc6633. Color #c5624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 01001010
Octal 305 142 112
Decimal 197 98 74
Hex C5 62 4A

RGB Percentages of Color #c5624a

%53.39
%26.56
%20.05

CMYK Percentages of Color #c5624a

%0
%50
%62
%23

Triadic Colors of #c5624a

#c5624a #4ac562 #624ac5

Analogous Colors of #c5624a

#c5624a #c5a04a #c54a70

Monochromatic Colors of #c5624a

#c5624a

Complementary Color

#c5624a #4aadc5

#c5624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5624a Color CSS Codes

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

#c5624a Text Font Color

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

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


#c5624a Background Color

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

This div background color is #c5624a


#c5624a Border Color

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

This div border color is #c5624a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5624a


Comments

No comments written yet.

Please login to write comment.