Color Hex Logo

#c70034 Color Hex

#C70034
(199,0,52)
0 Favorites   0 Comments

Color spaces of #c70034

RGB 199052
HSL0.961.000.39
HSV344°100°78°
CMYK 0.001.000.74   0.22
XYZ24.173012.39004.3663
Yxy12.39000.59060.3027
Hunter Lab35.199460.984817.2850
CIE-Lab41.829467.522531.2493

#c70034 color RGB value is (199,0,52).

#c70034 hex color red value is 199, green value is 0 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c70034 hue: 0.96 , saturation: 1.00 and the lightness value of c70034 is 0.39.

The process color (four color CMYK) of #c70034 color hex is 0.00, 1.00, 0.74, 0.22. Web safe color of #c70034 is #cc0033. Color #c70034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 00110100
Octal 307 0 64
Decimal 199 0 52
Hex C7 0 34

RGB Percentages of Color #c70034

%79.28
%0.00
%20.72

CMYK Percentages of Color #c70034

%0
%100
%74
%22

Triadic Colors of #c70034

#c70034 #34c700 #0034c7

Analogous Colors of #c70034

#c70034 #c73000 #c70098

Monochromatic Colors of #c70034

#c70034

Complementary Color

#c70034 #00c793

#c70034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70034 Color CSS Codes

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

#c70034 Text Font Color

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

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


#c70034 Background Color

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

This div background color is #c70034


#c70034 Border Color

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

This div border color is #c70034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70034


Comments

No comments written yet.

Please login to write comment.