Color Hex Logo

#c51197 Color Hex

#C51197
(197,17,151)
0 Favorites   0 Comments

Color spaces of #c51197

RGB 19717151
HSL0.880.840.42
HSV315°91°77°
CMYK 0.000.910.23   0.23
XYZ28.812314.505630.5594
Yxy14.50560.39000.1963
Hunter Lab38.086268.3847-20.9124
CIE-Lab44.949573.1660-25.8605

#c51197 color RGB value is (197,17,151).

#c51197 hex color red value is 197, green value is 17 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c51197 hue: 0.88 , saturation: 0.84 and the lightness value of c51197 is 0.42.

The process color (four color CMYK) of #c51197 color hex is 0.00, 0.91, 0.23, 0.23. Web safe color of #c51197 is #cc0099. Color #c51197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 10010111
Octal 305 21 227
Decimal 197 17 151
Hex C5 11 97

RGB Percentages of Color #c51197

%53.97
%4.66
%41.37

CMYK Percentages of Color #c51197

%0
%91
%23
%23

Triadic Colors of #c51197

#c51197 #97c511 #1197c5

Analogous Colors of #c51197

#c51197 #c5113d #9911c5

Monochromatic Colors of #c51197

#c51197

Complementary Color

#c51197 #11c53f

#c51197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51197 Color CSS Codes

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

#c51197 Text Font Color

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

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


#c51197 Background Color

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

This div background color is #c51197


#c51197 Border Color

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

This div border color is #c51197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51197


Comments

No comments written yet.

Please login to write comment.