Color Hex Logo

#c9025a Color Hex

#C9025A
(201,2,90)
0 Favorites   0 Comments

Color spaces of #c9025a

RGB 201290
HSL0.930.980.40
HSV333°99°79°
CMYK 0.000.990.55   0.21
XYZ25.954613.199110.8526
Yxy13.19910.51900.2639
Hunter Lab36.330663.94217.7204
CIE-Lab43.061769.80959.1003

#c9025a color RGB value is (201,2,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000010 01011010
Octal 311 2 132
Decimal 201 2 90
Hex C9 2 5A

RGB Percentages of Color #c9025a

%68.60
%0.68
%30.72

CMYK Percentages of Color #c9025a

%0
%99
%55
%21

Triadic Colors of #c9025a

#c9025a #5ac902 #025ac9

Analogous Colors of #c9025a

#c9025a #c90d02 #c902be

Monochromatic Colors of #c9025a

#c9025a

Complementary Color

#c9025a #02c971

#c9025a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9025a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9025a Color CSS Codes

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

#c9025a Text Font Color

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

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


#c9025a Background Color

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

This div background color is #c9025a


#c9025a Border Color

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

This div border color is #c9025a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,2,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 #c9025a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9025a


Comments

No comments written yet.

Please login to write comment.