Color Hex Logo

#c9234e Color Hex

#C9234E
(201,35,78)
0 Favorites   0 Comments

Color spaces of #c9234e

RGB 2013578
HSL0.960.700.46
HSV344°83°79°
CMYK 0.000.830.61   0.21
XYZ26.063614.16968.5690
Yxy14.16960.53410.2903
Hunter Lab37.642557.718612.8529
CIE-Lab44.475264.170518.5598

#c9234e color RGB value is (201,35,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100011 01001110
Octal 311 43 116
Decimal 201 35 78
Hex C9 23 4E

RGB Percentages of Color #c9234e

%64.01
%11.15
%24.84

CMYK Percentages of Color #c9234e

%0
%83
%61
%21

Triadic Colors of #c9234e

#c9234e #4ec923 #234ec9

Analogous Colors of #c9234e

#c9234e #c94b23 #c923a1

Monochromatic Colors of #c9234e

#c9234e

Complementary Color

#c9234e #23c99e

#c9234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9234e Color CSS Codes

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

#c9234e Text Font Color

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

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


#c9234e Background Color

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

This div background color is #c9234e


#c9234e Border Color

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

This div border color is #c9234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9234e


Comments

No comments written yet.

Please login to write comment.