Color Hex Logo

#c9324f Color Hex

#C9324F
(201,50,79)
0 Favorites   0 Comments

Color spaces of #c9324f

RGB 2015079
HSL0.970.600.49
HSV348°75°79°
CMYK 0.000.750.61   0.21
XYZ26.639315.26328.9392
Yxy15.26320.52400.3002
Hunter Lab39.068153.344113.7815
CIE-Lab45.992660.004219.9592

#c9324f color RGB value is (201,50,79).

#c9324f hex color red value is 201, green value is 50 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c9324f hue: 0.97 , saturation: 0.60 and the lightness value of c9324f is 0.49.

The process color (four color CMYK) of #c9324f color hex is 0.00, 0.75, 0.61, 0.21. Web safe color of #c9324f is #cc3366. Color #c9324f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 01001111
Octal 311 62 117
Decimal 201 50 79
Hex C9 32 4F

RGB Percentages of Color #c9324f

%60.91
%15.15
%23.94

CMYK Percentages of Color #c9324f

%0
%75
%61
%21

Triadic Colors of #c9324f

#c9324f #4fc932 #324fc9

Analogous Colors of #c9324f

#c9324f #c96132 #c9329b

Monochromatic Colors of #c9324f

#c9324f

Complementary Color

#c9324f #32c9ac

#c9324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9324f Color CSS Codes

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

#c9324f Text Font Color

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

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


#c9324f Background Color

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

This div background color is #c9324f


#c9324f Border Color

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

This div border color is #c9324f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9324f


Comments

No comments written yet.

Please login to write comment.