Color Hex Logo

#c9004f Color Hex

#C9004F
(201,0,79)
0 Favorites   0 Comments

Color spaces of #c9004f

RGB 201079
HSL0.931.000.39
HSV336°100°79°
CMYK 0.001.000.61   0.21
XYZ25.498712.98208.5590
Yxy12.98200.54210.2760
Hunter Lab36.030563.270411.1371
CIE-Lab42.736169.302515.5948

#c9004f color RGB value is (201,0,79).

#c9004f hex color red value is 201, green value is 0 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c9004f hue: 0.93 , saturation: 1.00 and the lightness value of c9004f is 0.39.

The process color (four color CMYK) of #c9004f color hex is 0.00, 1.00, 0.61, 0.21. Web safe color of #c9004f is #cc0066. Color #c9004f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 01001111
Octal 311 0 117
Decimal 201 0 79
Hex C9 0 4F

RGB Percentages of Color #c9004f

%71.79
%0.00
%28.21

CMYK Percentages of Color #c9004f

%0
%100
%61
%21

Triadic Colors of #c9004f

#c9004f #4fc900 #004fc9

Analogous Colors of #c9004f

#c9004f #c91600 #c900b4

Monochromatic Colors of #c9004f

#c9004f

Complementary Color

#c9004f #00c97a

#c9004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9004f Color CSS Codes

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

#c9004f Text Font Color

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

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


#c9004f Background Color

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

This div background color is #c9004f


#c9004f Border Color

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

This div border color is #c9004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9004f


Comments

No comments written yet.

Please login to write comment.