Color Hex Logo

#70017a Color Hex

#70017A
(112,1,122)
0 Favorites   0 Comments

Color spaces of #70017a

RGB 1121122
HSL0.820.980.24
HSV295°99°48°
CMYK 0.080.990.00   0.52
XYZ10.20584.871618.8148
Yxy4.87160.30110.1437
Hunter Lab22.071743.9117-35.0910
CIE-Lab26.365855.0398-38.3533

#70017a color RGB value is (112,1,122).

#70017a hex color red value is 112, green value is 1 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #70017a hue: 0.82 , saturation: 0.98 and the lightness value of 70017a is 0.24.

The process color (four color CMYK) of #70017a color hex is 0.08, 0.99, 0.00, 0.52. Web safe color of #70017a is #660066. Color #70017a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 01111010
Octal 160 1 172
Decimal 112 1 122
Hex 70 1 7A

RGB Percentages of Color #70017a

%47.66
%0.43
%51.91

CMYK Percentages of Color #70017a

%8
%99
%0
%52

Triadic Colors of #70017a

#70017a #7a7001 #017a70

Analogous Colors of #70017a

#70017a #7a0147 #34017a

Monochromatic Colors of #70017a

#70017a

Complementary Color

#70017a #0b7a01

#70017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70017a Color CSS Codes

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

#70017a Text Font Color

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

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


#70017a Background Color

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

This div background color is #70017a


#70017a Border Color

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

This div border color is #70017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70017a


Comments

No comments written yet.

Please login to write comment.