Color Hex Logo

#c0197e Color Hex

#C0197E
(192,25,126)
0 Favorites   0 Comments

Color spaces of #c0197e

RGB 19225126
HSL0.900.770.43
HSV324°87°75°
CMYK 0.000.870.34   0.25
XYZ25.851813.408120.9641
Yxy13.40810.42930.2226
Hunter Lab36.617161.9418-8.3129
CIE-Lab43.371868.0440-13.1224

#c0197e color RGB value is (192,25,126).

#c0197e hex color red value is 192, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c0197e hue: 0.90 , saturation: 0.77 and the lightness value of c0197e is 0.43.

The process color (four color CMYK) of #c0197e color hex is 0.00, 0.87, 0.34, 0.25. Web safe color of #c0197e is #cc0066. Color #c0197e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 01111110
Octal 300 31 176
Decimal 192 25 126
Hex C0 19 7E

RGB Percentages of Color #c0197e

%55.98
%7.29
%36.73

CMYK Percentages of Color #c0197e

%0
%87
%34
%25

Triadic Colors of #c0197e

#c0197e #7ec019 #197ec0

Analogous Colors of #c0197e

#c0197e #c0192a #af19c0

Monochromatic Colors of #c0197e

#c0197e

Complementary Color

#c0197e #19c05b

#c0197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0197e Color CSS Codes

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

#c0197e Text Font Color

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

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


#c0197e Background Color

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

This div background color is #c0197e


#c0197e Border Color

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

This div border color is #c0197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0197e


Comments

No comments written yet.

Please login to write comment.