Color Hex Logo

#c9198f Color Hex

#C9198F
(201,25,143)
0 Favorites   0 Comments

Color spaces of #c9198f

RGB 20125143
HSL0.890.780.44
HSV320°88°79°
CMYK 0.000.880.29   0.21
XYZ29.393015.095927.3512
Yxy15.09590.40910.2101
Hunter Lab38.853467.0434-14.5403
CIE-Lab45.765371.8912-19.7012

#c9198f color RGB value is (201,25,143).

#c9198f hex color red value is 201, green value is 25 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9198f hue: 0.89 , saturation: 0.78 and the lightness value of c9198f is 0.44.

The process color (four color CMYK) of #c9198f color hex is 0.00, 0.88, 0.29, 0.21. Web safe color of #c9198f is #cc0099. Color #c9198f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 10001111
Octal 311 31 217
Decimal 201 25 143
Hex C9 19 8F

RGB Percentages of Color #c9198f

%54.47
%6.78
%38.75

CMYK Percentages of Color #c9198f

%0
%88
%29
%21

Triadic Colors of #c9198f

#c9198f #8fc919 #198fc9

Analogous Colors of #c9198f

#c9198f #c91937 #ab19c9

Monochromatic Colors of #c9198f

#c9198f

Complementary Color

#c9198f #19c953

#c9198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9198f Color CSS Codes

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

#c9198f Text Font Color

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

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


#c9198f Background Color

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

This div background color is #c9198f


#c9198f Border Color

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

This div border color is #c9198f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9198f


Comments

No comments written yet.

Please login to write comment.