Color Hex Logo

#c9344e Color Hex

#C9344E
(201,52,78)
0 Favorites   0 Comments

Color spaces of #c9344e

RGB 2015278
HSL0.970.590.50
HSV350°74°79°
CMYK 0.000.740.61   0.21
XYZ26.690515.42358.7780
Yxy15.42350.52450.3031
Hunter Lab39.272852.584614.2388
CIE-Lab46.208959.281520.8577

#c9344e color RGB value is (201,52,78).

#c9344e hex color red value is 201, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c9344e hue: 0.97 , saturation: 0.59 and the lightness value of c9344e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 01001110
Octal 311 64 116
Decimal 201 52 78
Hex C9 34 4E

RGB Percentages of Color #c9344e

%60.73
%15.71
%23.56

CMYK Percentages of Color #c9344e

%0
%74
%61
%21

Triadic Colors of #c9344e

#c9344e #4ec934 #344ec9

Analogous Colors of #c9344e

#c9344e #c96534 #c93499

Monochromatic Colors of #c9344e

#c9344e

Complementary Color

#c9344e #34c9af

#c9344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9344e Color CSS Codes

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

#c9344e Text Font Color

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

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


#c9344e Background Color

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

This div background color is #c9344e


#c9344e Border Color

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

This div border color is #c9344e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,52,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 #c9344e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9344e


Comments

No comments written yet.

Please login to write comment.