Color Hex Logo

#c7274a Color Hex

#C7274A
(199,39,74)
0 Favorites   0 Comments

Color spaces of #c7274a

RGB 1993974
HSL0.960.670.47
HSV347°80°78°
CMYK 0.000.800.63   0.22
XYZ25.514714.08767.8530
Yxy14.08760.53770.2969
Hunter Lab37.533555.658213.8684
CIE-Lab44.358362.377720.8152

#c7274a color RGB value is (199,39,74).

#c7274a hex color red value is 199, green value is 39 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c7274a hue: 0.96 , saturation: 0.67 and the lightness value of c7274a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100111 01001010
Octal 307 47 112
Decimal 199 39 74
Hex C7 27 4A

RGB Percentages of Color #c7274a

%63.78
%12.50
%23.72

CMYK Percentages of Color #c7274a

%0
%80
%63
%22

Triadic Colors of #c7274a

#c7274a #4ac727 #274ac7

Analogous Colors of #c7274a

#c7274a #c75427 #c7279a

Monochromatic Colors of #c7274a

#c7274a

Complementary Color

#c7274a #27c7a4

#c7274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7274a Color CSS Codes

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

#c7274a Text Font Color

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

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


#c7274a Background Color

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

This div background color is #c7274a


#c7274a Border Color

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

This div border color is #c7274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7274a


Comments

No comments written yet.

Please login to write comment.