Color Hex Logo

#c5196a Color Hex

#C5196A
(197,25,106)
0 Favorites   0 Comments

Color spaces of #c5196a

RGB 19725106
HSL0.920.770.44
HSV332°87°77°
CMYK 0.000.870.46   0.23
XYZ25.975113.606214.8929
Yxy13.60620.47680.2498
Hunter Lab36.886661.14611.8824
CIE-Lab43.662867.3041-0.1804

#c5196a color RGB value is (197,25,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 01101010
Octal 305 31 152
Decimal 197 25 106
Hex C5 19 6A

RGB Percentages of Color #c5196a

%60.06
%7.62
%32.32

CMYK Percentages of Color #c5196a

%0
%87
%46
%23

Triadic Colors of #c5196a

#c5196a #6ac519 #196ac5

Analogous Colors of #c5196a

#c5196a #c51e19 #c519c0

Monochromatic Colors of #c5196a

#c5196a

Complementary Color

#c5196a #19c574

#c5196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5196a Color CSS Codes

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

#c5196a Text Font Color

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

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


#c5196a Background Color

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

This div background color is #c5196a


#c5196a Border Color

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

This div border color is #c5196a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5196a


Comments

No comments written yet.

Please login to write comment.