Color Hex Logo

#c9464e Color Hex

#C9464E
(201,70,78)
0 Favorites   0 Comments

Color spaces of #c9464e

RGB 2017078
HSL0.990.550.53
HSV356°65°79°
CMYK 0.000.650.61   0.21
XYZ27.652717.34799.0987
Yxy17.34790.51110.3207
Hunter Lab41.650845.620316.2036
CIE-Lab48.695452.451824.1053

#c9464e color RGB value is (201,70,78).

#c9464e hex color red value is 201, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c9464e hue: 0.99 , saturation: 0.55 and the lightness value of c9464e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 01001110
Octal 311 106 116
Decimal 201 70 78
Hex C9 46 4E

RGB Percentages of Color #c9464e

%57.59
%20.06
%22.35

CMYK Percentages of Color #c9464e

%0
%65
%61
%21

Triadic Colors of #c9464e

#c9464e #4ec946 #464ec9

Analogous Colors of #c9464e

#c9464e #c98046 #c94690

Monochromatic Colors of #c9464e

#c9464e

Complementary Color

#c9464e #46c9c1

#c9464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9464e Color CSS Codes

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

#c9464e Text Font Color

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

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


#c9464e Background Color

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

This div background color is #c9464e


#c9464e Border Color

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

This div border color is #c9464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9464e


Comments

No comments written yet.

Please login to write comment.