Color Hex Logo

#c9225f Color Hex

#C9225F
(201,34,95)
0 Favorites   0 Comments

Color spaces of #c9225f

RGB 2013495
HSL0.940.710.46
HSV338°83°79°
CMYK 0.000.830.53   0.21
XYZ26.725014.387812.1950
Yxy14.38780.50130.2699
Hunter Lab37.931359.38507.4900
CIE-Lab44.784065.56418.3941

#c9225f color RGB value is (201,34,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 01011111
Octal 311 42 137
Decimal 201 34 95
Hex C9 22 5F

RGB Percentages of Color #c9225f

%60.91
%10.30
%28.79

CMYK Percentages of Color #c9225f

%0
%83
%53
%21

Triadic Colors of #c9225f

#c9225f #5fc922 #225fc9

Analogous Colors of #c9225f

#c9225f #c93822 #c922b3

Monochromatic Colors of #c9225f

#c9225f

Complementary Color

#c9225f #22c98c

#c9225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9225f Color CSS Codes

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

#c9225f Text Font Color

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

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


#c9225f Background Color

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

This div background color is #c9225f


#c9225f Border Color

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

This div border color is #c9225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9225f


Comments

No comments written yet.

Please login to write comment.