Color Hex Logo

#c9125a Color Hex

#C9125A
(201,18,90)
0 Favorites   0 Comments

Color spaces of #c9125a

RGB 2011890
HSL0.930.840.43
HSV336°91°79°
CMYK 0.000.910.55   0.21
XYZ26.149213.588310.9175
Yxy13.58830.51620.2683
Hunter Lab36.862362.11448.2437
CIE-Lab43.636668.14029.9071

#c9125a color RGB value is (201,18,90).

#c9125a hex color red value is 201, green value is 18 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c9125a hue: 0.93 , saturation: 0.84 and the lightness value of c9125a is 0.43.

The process color (four color CMYK) of #c9125a color hex is 0.00, 0.91, 0.55, 0.21. Web safe color of #c9125a is #cc0066. Color #c9125a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010010 01011010
Octal 311 22 132
Decimal 201 18 90
Hex C9 12 5A

RGB Percentages of Color #c9125a

%65.05
%5.83
%29.13

CMYK Percentages of Color #c9125a

%0
%91
%55
%21

Triadic Colors of #c9125a

#c9125a #5ac912 #125ac9

Analogous Colors of #c9125a

#c9125a #c92512 #c912b6

Monochromatic Colors of #c9125a

#c9125a

Complementary Color

#c9125a #12c981

#c9125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9125a Color CSS Codes

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

#c9125a Text Font Color

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

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


#c9125a Background Color

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

This div background color is #c9125a


#c9125a Border Color

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

This div border color is #c9125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9125a


Comments

No comments written yet.

Please login to write comment.