Color Hex Logo

#70034d Color Hex

#70034D
(112,3,77)
0 Favorites   0 Comments

Color spaces of #70034d

RGB 112377
HSL0.890.950.23
HSV319°97°44°
CMYK 0.000.970.31   0.56
XYZ8.05424.04577.3776
Yxy4.04570.41350.2077
Hunter Lab20.113936.2772-7.6673
CIE-Lab23.822047.9700-12.8773

#70034d color RGB value is (112,3,77).

#70034d hex color red value is 112, green value is 3 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #70034d hue: 0.89 , saturation: 0.95 and the lightness value of 70034d is 0.23.

The process color (four color CMYK) of #70034d color hex is 0.00, 0.97, 0.31, 0.56. Web safe color of #70034d is #660066. Color #70034d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 01001101
Octal 160 3 115
Decimal 112 3 77
Hex 70 3 4D

RGB Percentages of Color #70034d

%58.33
%1.56
%40.10

CMYK Percentages of Color #70034d

%0
%97
%31
%56

Triadic Colors of #70034d

#70034d #4d7003 #034d70

Analogous Colors of #70034d

#70034d #700316 #5d0370

Monochromatic Colors of #70034d

#70034d

Complementary Color

#70034d #037026

#70034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70034d Color CSS Codes

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

#70034d Text Font Color

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

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


#70034d Background Color

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

This div background color is #70034d


#70034d Border Color

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

This div border color is #70034d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,3,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70034d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70034d;
  -webkit-box-shadow: 1px 1px 3px 2px #70034d;
  box-shadow:         1px 1px 3px 2px #70034d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70034d


Comments

No comments written yet.

Please login to write comment.