Color Hex Logo

#c9234a Color Hex

#C9234A
(201,35,74)
0 Favorites   0 Comments

Color spaces of #c9234a

RGB 2013574
HSL0.960.700.46
HSV346°83°79°
CMYK 0.000.830.63   0.21
XYZ25.924514.11407.8365
Yxy14.11400.54150.2948
Hunter Lab37.568657.430213.9306
CIE-Lab44.396063.933020.9385

#c9234a color RGB value is (201,35,74).

#c9234a hex color red value is 201, green value is 35 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c9234a hue: 0.96 , saturation: 0.70 and the lightness value of c9234a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100011 01001010
Octal 311 43 112
Decimal 201 35 74
Hex C9 23 4A

RGB Percentages of Color #c9234a

%64.84
%11.29
%23.87

CMYK Percentages of Color #c9234a

%0
%83
%63
%21

Triadic Colors of #c9234a

#c9234a #4ac923 #234ac9

Analogous Colors of #c9234a

#c9234a #c94f23 #c9239d

Monochromatic Colors of #c9234a

#c9234a

Complementary Color

#c9234a #23c9a2

#c9234a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9234a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9234a Color CSS Codes

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

#c9234a Text Font Color

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

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


#c9234a Background Color

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

This div background color is #c9234a


#c9234a Border Color

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

This div border color is #c9234a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9234a


Comments

No comments written yet.

Please login to write comment.