Color Hex Logo

#70273c Color Hex

#70273C
(112,39,60)
0 Favorites   0 Comments

Color spaces of #70273c

RGB 1123960
HSL0.950.480.30
HSV343°65°44°
CMYK 0.000.650.46   0.56
XYZ8.22325.22204.8495
Yxy5.22200.44950.2854
Hunter Lab22.851724.24293.4139
CIE-Lab27.358134.25343.8614

#70273c color RGB value is (112,39,60).

#70273c hex color red value is 112, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #70273c hue: 0.95 , saturation: 0.48 and the lightness value of 70273c is 0.30.

The process color (four color CMYK) of #70273c color hex is 0.00, 0.65, 0.46, 0.56. Web safe color of #70273c is #663333. Color #70273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 00111100
Octal 160 47 74
Decimal 112 39 60
Hex 70 27 3C

RGB Percentages of Color #70273c

%53.08
%18.48
%28.44

CMYK Percentages of Color #70273c

%0
%65
%46
%56

Triadic Colors of #70273c

#70273c #3c7027 #273c70

Analogous Colors of #70273c

#70273c #703727 #702760

Monochromatic Colors of #70273c

#70273c

Complementary Color

#70273c #27705b

#70273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70273c Color CSS Codes

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

#70273c Text Font Color

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

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


#70273c Background Color

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

This div background color is #70273c


#70273c Border Color

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

This div border color is #70273c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,39,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70273c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70273c;
  -webkit-box-shadow: 1px 1px 3px 2px #70273c;
  box-shadow:         1px 1px 3px 2px #70273c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70273c


Comments

No comments written yet.

Please login to write comment.