Color Hex Logo

#c5195a Color Hex

#C5195A
(197,25,90)
0 Favorites   0 Comments

Color spaces of #c5195a

RGB 1972590
HSL0.940.770.44
HSV337°87°77°
CMYK 0.000.870.54   0.23
XYZ25.219113.303810.9116
Yxy13.30380.51020.2691
Hunter Lab36.474459.58837.7950
CIE-Lab43.217566.04469.2011

#c5195a color RGB value is (197,25,90).

#c5195a hex color red value is 197, green value is 25 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c5195a hue: 0.94 , saturation: 0.77 and the lightness value of c5195a is 0.44.

The process color (four color CMYK) of #c5195a color hex is 0.00, 0.87, 0.54, 0.23. Web safe color of #c5195a is #cc0066. Color #c5195a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 01011010
Octal 305 31 132
Decimal 197 25 90
Hex C5 19 5A

RGB Percentages of Color #c5195a

%63.14
%8.01
%28.85

CMYK Percentages of Color #c5195a

%0
%87
%54
%23

Triadic Colors of #c5195a

#c5195a #5ac519 #195ac5

Analogous Colors of #c5195a

#c5195a #c52e19 #c519b0

Monochromatic Colors of #c5195a

#c5195a

Complementary Color

#c5195a #19c584

#c5195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5195a Color CSS Codes

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

#c5195a Text Font Color

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

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


#c5195a Background Color

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

This div background color is #c5195a


#c5195a Border Color

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

This div border color is #c5195a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5195a


Comments

No comments written yet.

Please login to write comment.