Color Hex Logo

#c9364b Color Hex

#C9364B
(201,54,75)
0 Favorites   0 Comments

Color spaces of #c9364b

RGB 2015475
HSL0.980.580.50
HSV351°73°79°
CMYK 0.000.730.63   0.21
XYZ26.676615.56388.2547
Yxy15.56380.52830.3082
Hunter Lab39.451051.661815.2099
CIE-Lab46.396958.414122.9341

#c9364b color RGB value is (201,54,75).

#c9364b hex color red value is 201, green value is 54 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c9364b hue: 0.98 , saturation: 0.58 and the lightness value of c9364b is 0.50.

The process color (four color CMYK) of #c9364b color hex is 0.00, 0.73, 0.63, 0.21. Web safe color of #c9364b is #cc3333. Color #c9364b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110110 01001011
Octal 311 66 113
Decimal 201 54 75
Hex C9 36 4B

RGB Percentages of Color #c9364b

%60.91
%16.36
%22.73

CMYK Percentages of Color #c9364b

%0
%73
%63
%21

Triadic Colors of #c9364b

#c9364b #4bc936 #364bc9

Analogous Colors of #c9364b

#c9364b #c96b36 #c93695

Monochromatic Colors of #c9364b

#c9364b

Complementary Color

#c9364b #36c9b4

#c9364b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9364b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9364b Color CSS Codes

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

#c9364b Text Font Color

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

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


#c9364b Background Color

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

This div background color is #c9364b


#c9364b Border Color

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

This div border color is #c9364b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9364b


Comments

No comments written yet.

Please login to write comment.