Color Hex Logo

#c0197d Color Hex

#C0197D
(192,25,125)
0 Favorites   0 Comments

Color spaces of #c0197d

RGB 19225125
HSL0.900.770.43
HSV324°87°75°
CMYK 0.000.870.35   0.25
XYZ25.787513.382420.6259
Yxy13.38240.43130.2238
Hunter Lab36.582061.8105-7.8219
CIE-Lab43.333967.9388-12.5634

#c0197d color RGB value is (192,25,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 01111101
Octal 300 31 175
Decimal 192 25 125
Hex C0 19 7D

RGB Percentages of Color #c0197d

%56.14
%7.31
%36.55

CMYK Percentages of Color #c0197d

%0
%87
%35
%25

Triadic Colors of #c0197d

#c0197d #7dc019 #197dc0

Analogous Colors of #c0197d

#c0197d #c0192a #b019c0

Monochromatic Colors of #c0197d

#c0197d

Complementary Color

#c0197d #19c05c

#c0197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0197d Color CSS Codes

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

#c0197d Text Font Color

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

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


#c0197d Background Color

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

This div background color is #c0197d


#c0197d Border Color

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

This div border color is #c0197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0197d


Comments

No comments written yet.

Please login to write comment.