Color Hex Logo

#c7453a Color Hex

#C7453A
(199,69,58)
0 Favorites   0 Comments

Color spaces of #c7453a

RGB 1996958
HSL0.010.560.50
HSV71°78°
CMYK 0.000.650.71   0.22
XYZ26.445016.70385.8333
Yxy16.70380.53990.3410
Hunter Lab40.870343.974920.1469
CIE-Lab47.884651.051434.7500

#c7453a color RGB value is (199,69,58).

#c7453a hex color red value is 199, green value is 69 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c7453a hue: 0.01 , saturation: 0.56 and the lightness value of c7453a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000101 00111010
Octal 307 105 72
Decimal 199 69 58
Hex C7 45 3A

RGB Percentages of Color #c7453a

%61.04
%21.17
%17.79

CMYK Percentages of Color #c7453a

%0
%65
%71
%22

Triadic Colors of #c7453a

#c7453a #3ac745 #453ac7

Analogous Colors of #c7453a

#c7453a #c78c3a #c73a76

Monochromatic Colors of #c7453a

#c7453a

Complementary Color

#c7453a #3abcc7

#c7453a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7453a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7453a Color CSS Codes

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

#c7453a Text Font Color

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

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


#c7453a Background Color

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

This div background color is #c7453a


#c7453a Border Color

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

This div border color is #c7453a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,69,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7453a


Comments

No comments written yet.

Please login to write comment.