Color Hex Logo

#c7464a Color Hex

#C7464A
(199,70,74)
0 Favorites   0 Comments

Color spaces of #c7464a

RGB 1997074
HSL0.990.540.53
HSV358°65°78°
CMYK 0.000.650.63   0.22
XYZ26.979417.01688.3412
Yxy17.01680.51550.3251
Hunter Lab41.251444.553216.8873
CIE-Lab48.281251.526225.8882

#c7464a color RGB value is (199,70,74).

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

The process color (four color CMYK) of #c7464a color hex is 0.00, 0.65, 0.63, 0.22. Web safe color of #c7464a is #cc3333. Color #c7464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 01001010
Octal 307 106 112
Decimal 199 70 74
Hex C7 46 4A

RGB Percentages of Color #c7464a

%58.02
%20.41
%21.57

CMYK Percentages of Color #c7464a

%0
%65
%63
%22

Triadic Colors of #c7464a

#c7464a #4ac746 #464ac7

Analogous Colors of #c7464a

#c7464a #c78346 #c7468b

Monochromatic Colors of #c7464a

#c7464a

Complementary Color

#c7464a #46c7c3

#c7464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7464a Color CSS Codes

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

#c7464a Text Font Color

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

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


#c7464a Background Color

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

This div background color is #c7464a


#c7464a Border Color

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

This div border color is #c7464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7464a


Comments

No comments written yet.

Please login to write comment.