Color Hex Logo

#c7414e Color Hex

#C7414E
(199,65,78)
0 Favorites   0 Comments

Color spaces of #c7414e

RGB 1996578
HSL0.980.540.52
HSV354°67°78°
CMYK 0.000.670.61   0.22
XYZ26.818616.47288.9738
Yxy16.47280.51310.3152
Hunter Lab40.586746.921315.3016
CIE-Lab47.588853.856622.5992

#c7414e color RGB value is (199,65,78).

#c7414e hex color red value is 199, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c7414e hue: 0.98 , saturation: 0.54 and the lightness value of c7414e is 0.52.

The process color (four color CMYK) of #c7414e color hex is 0.00, 0.67, 0.61, 0.22. Web safe color of #c7414e is #cc3366. Color #c7414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 01001110
Octal 307 101 116
Decimal 199 65 78
Hex C7 41 4E

RGB Percentages of Color #c7414e

%58.19
%19.01
%22.81

CMYK Percentages of Color #c7414e

%0
%67
%61
%22

Triadic Colors of #c7414e

#c7414e #4ec741 #414ec7

Analogous Colors of #c7414e

#c7414e #c77741 #c74191

Monochromatic Colors of #c7414e

#c7414e

Complementary Color

#c7414e #41c7ba

#c7414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7414e Color CSS Codes

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

#c7414e Text Font Color

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

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


#c7414e Background Color

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

This div background color is #c7414e


#c7414e Border Color

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

This div border color is #c7414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7414e


Comments

No comments written yet.

Please login to write comment.