Color Hex Logo

#c70044 Color Hex

#C70044
(199,0,68)
0 Favorites   0 Comments

Color spaces of #c70044

RGB 199068
HSL0.941.000.39
HSV339°100°78°
CMYK 0.001.000.66   0.22
XYZ24.596612.55956.5967
Yxy12.55950.56220.2871
Hunter Lab35.439461.868513.7713
CIE-Lab42.091968.230721.6073

#c70044 color RGB value is (199,0,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 01000100
Octal 307 0 104
Decimal 199 0 68
Hex C7 0 44

RGB Percentages of Color #c70044

%74.53
%0.00
%25.47

CMYK Percentages of Color #c70044

%0
%100
%66
%22

Triadic Colors of #c70044

#c70044 #44c700 #0044c7

Analogous Colors of #c70044

#c70044 #c71f00 #c700a8

Monochromatic Colors of #c70044

#c70044

Complementary Color

#c70044 #00c783

#c70044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70044 Color CSS Codes

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

#c70044 Text Font Color

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

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


#c70044 Background Color

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

This div background color is #c70044


#c70044 Border Color

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

This div border color is #c70044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70044


Comments

No comments written yet.

Please login to write comment.