Color Hex Logo

#70276f Color Hex

#70276F
(112,39,111)
0 Favorites   0 Comments

Color spaces of #70276f

RGB 11239111
HSL0.840.480.30
HSV301°65°44°
CMYK 0.000.650.01   0.56
XYZ10.27696.043515.6638
Yxy6.04350.32130.1890
Hunter Lab24.583531.5990-20.5691
CIE-Lab29.521941.9863-26.3093

#70276f color RGB value is (112,39,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01101111
Octal 160 47 157
Decimal 112 39 111
Hex 70 27 6F

RGB Percentages of Color #70276f

%42.75
%14.89
%42.37

CMYK Percentages of Color #70276f

%0
%65
%1
%56

Triadic Colors of #70276f

#70276f #6f7027 #276f70

Analogous Colors of #70276f

#70276f #70274b #4d2770

Monochromatic Colors of #70276f

#70276f

Complementary Color

#70276f #277028

#70276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70276f Color CSS Codes

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

#70276f Text Font Color

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

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


#70276f Background Color

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

This div background color is #70276f


#70276f Border Color

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

This div border color is #70276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70276f


Comments

No comments written yet.

Please login to write comment.