Color Hex Logo

#c7034f Color Hex

#C7034F
(199,3,79)
0 Favorites   0 Comments

Color spaces of #c7034f

RGB 199379
HSL0.940.970.40
HSV337°98°78°
CMYK 0.000.980.60   0.22
XYZ24.997012.77188.5448
Yxy12.77180.53970.2758
Hunter Lab35.737762.312410.8402
CIE-Lab42.417468.547415.0926

#c7034f color RGB value is (199,3,79).

#c7034f hex color red value is 199, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c7034f hue: 0.94 , saturation: 0.97 and the lightness value of c7034f is 0.40.

The process color (four color CMYK) of #c7034f color hex is 0.00, 0.98, 0.60, 0.22. Web safe color of #c7034f is #cc0066. Color #c7034f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 01001111
Octal 307 3 117
Decimal 199 3 79
Hex C7 3 4F

RGB Percentages of Color #c7034f

%70.82
%1.07
%28.11

CMYK Percentages of Color #c7034f

%0
%98
%60
%22

Triadic Colors of #c7034f

#c7034f #4fc703 #034fc7

Analogous Colors of #c7034f

#c7034f #c71903 #c703b1

Monochromatic Colors of #c7034f

#c7034f

Complementary Color

#c7034f #03c77b

#c7034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7034f Color CSS Codes

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

#c7034f Text Font Color

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

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


#c7034f Background Color

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

This div background color is #c7034f


#c7034f Border Color

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

This div border color is #c7034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7034f


Comments

No comments written yet.

Please login to write comment.