Color Hex Logo

#c5244d Color Hex

#C5244D
(197,36,77)
0 Favorites   0 Comments

Color spaces of #c5244d

RGB 1973677
HSL0.960.690.46
HSV345°82°77°
CMYK 0.000.820.61   0.23
XYZ24.996413.66798.3419
Yxy13.66790.53180.2908
Hunter Lab36.970155.990512.5010
CIE-Lab43.752862.788518.0784

#c5244d color RGB value is (197,36,77).

#c5244d hex color red value is 197, green value is 36 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c5244d hue: 0.96 , saturation: 0.69 and the lightness value of c5244d is 0.46.

The process color (four color CMYK) of #c5244d color hex is 0.00, 0.82, 0.61, 0.23. Web safe color of #c5244d is #cc3366. Color #c5244d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100100 01001101
Octal 305 44 115
Decimal 197 36 77
Hex C5 24 4D

RGB Percentages of Color #c5244d

%63.55
%11.61
%24.84

CMYK Percentages of Color #c5244d

%0
%82
%61
%23

Triadic Colors of #c5244d

#c5244d #4dc524 #244dc5

Analogous Colors of #c5244d

#c5244d #c54b24 #c5249e

Monochromatic Colors of #c5244d

#c5244d

Complementary Color

#c5244d #24c59c

#c5244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5244d Color CSS Codes

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

#c5244d Text Font Color

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

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


#c5244d Background Color

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

This div background color is #c5244d


#c5244d Border Color

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

This div border color is #c5244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5244d


Comments

No comments written yet.

Please login to write comment.