Color Hex Logo

#c9215e Color Hex

#C9215E
(201,33,94)
0 Favorites   0 Comments

Color spaces of #c9215e

RGB 2013394
HSL0.940.720.46
HSV338°84°79°
CMYK 0.000.840.53   0.21
XYZ26.651614.313411.9477
Yxy14.31340.50370.2705
Hunter Lab37.833159.53707.7593
CIE-Lab44.679165.71638.8692

#c9215e color RGB value is (201,33,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 01011110
Octal 311 41 136
Decimal 201 33 94
Hex C9 21 5E

RGB Percentages of Color #c9215e

%61.28
%10.06
%28.66

CMYK Percentages of Color #c9215e

%0
%84
%53
%21

Triadic Colors of #c9215e

#c9215e #5ec921 #215ec9

Analogous Colors of #c9215e

#c9215e #c93821 #c921b2

Monochromatic Colors of #c9215e

#c9215e

Complementary Color

#c9215e #21c98c

#c9215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9215e Color CSS Codes

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

#c9215e Text Font Color

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

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


#c9215e Background Color

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

This div background color is #c9215e


#c9215e Border Color

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

This div border color is #c9215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9215e


Comments

No comments written yet.

Please login to write comment.