Color Hex Logo

#c9215b Color Hex

#C9215B
(201,33,91)
0 Favorites   0 Comments

Color spaces of #c9215b

RGB 2013391
HSL0.940.720.46
HSV339°84°79°
CMYK 0.000.840.55   0.21
XYZ26.519614.260611.2524
Yxy14.26060.50970.2741
Hunter Lab37.763259.26788.7675
CIE-Lab44.604465.497110.6351

#c9215b color RGB value is (201,33,91).

#c9215b hex color red value is 201, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c9215b hue: 0.94 , saturation: 0.72 and the lightness value of c9215b is 0.46.

The process color (four color CMYK) of #c9215b color hex is 0.00, 0.84, 0.55, 0.21. Web safe color of #c9215b is #cc3366. Color #c9215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 01011011
Octal 311 41 133
Decimal 201 33 91
Hex C9 21 5B

RGB Percentages of Color #c9215b

%61.85
%10.15
%28.00

CMYK Percentages of Color #c9215b

%0
%84
%55
%21

Triadic Colors of #c9215b

#c9215b #5bc921 #215bc9

Analogous Colors of #c9215b

#c9215b #c93b21 #c921af

Monochromatic Colors of #c9215b

#c9215b

Complementary Color

#c9215b #21c98f

#c9215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9215b Color CSS Codes

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

#c9215b Text Font Color

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

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


#c9215b Background Color

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

This div background color is #c9215b


#c9215b Border Color

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

This div border color is #c9215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9215b


Comments

No comments written yet.

Please login to write comment.