Color Hex Logo

#70274f Color Hex

#70274F
(112,39,79)
0 Favorites   0 Comments

Color spaces of #70274f

RGB 1123979
HSL0.910.480.30
HSV327°65°44°
CMYK 0.000.650.29   0.56
XYZ8.81895.46037.9863
Yxy5.46030.39610.2452
Hunter Lab23.367326.4738-3.9066
CIE-Lab28.007936.6687-7.8436

#70274f color RGB value is (112,39,79).

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

The process color (four color CMYK) of #70274f color hex is 0.00, 0.65, 0.29, 0.56. Web safe color of #70274f is #663366. Color #70274f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01001111
Octal 160 47 117
Decimal 112 39 79
Hex 70 27 4F

RGB Percentages of Color #70274f

%48.70
%16.96
%34.35

CMYK Percentages of Color #70274f

%0
%65
%29
%56

Triadic Colors of #70274f

#70274f #4f7027 #274f70

Analogous Colors of #70274f

#70274f #70272b #6d2770

Monochromatic Colors of #70274f

#70274f

Complementary Color

#70274f #277048

#70274f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70274f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70274f Color CSS Codes

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

#70274f Text Font Color

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

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


#70274f Background Color

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

This div background color is #70274f


#70274f Border Color

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

This div border color is #70274f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,39,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 #70274f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70274f


Comments

No comments written yet.

Please login to write comment.