Color Hex Logo

#c9326f Color Hex

#C9326F
(201,50,111)
0 Favorites   0 Comments

Color spaces of #c9326f

RGB 20150111
HSL0.930.600.49
HSV336°75°79°
CMYK 0.000.750.45   0.21
XYZ28.097215.846416.6167
Yxy15.84640.46400.2617
Hunter Lab39.807556.32683.1161
CIE-Lab46.772362.50681.3493

#c9326f color RGB value is (201,50,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 01101111
Octal 311 62 157
Decimal 201 50 111
Hex C9 32 6F

RGB Percentages of Color #c9326f

%55.52
%13.81
%30.66

CMYK Percentages of Color #c9326f

%0
%75
%45
%21

Triadic Colors of #c9326f

#c9326f #6fc932 #326fc9

Analogous Colors of #c9326f

#c9326f #c94132 #c932bb

Monochromatic Colors of #c9326f

#c9326f

Complementary Color

#c9326f #32c98c

#c9326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9326f Color CSS Codes

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

#c9326f Text Font Color

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

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


#c9326f Background Color

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

This div background color is #c9326f


#c9326f Border Color

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

This div border color is #c9326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9326f


Comments

No comments written yet.

Please login to write comment.