Color Hex Logo

#70018a Color Hex

#70018A
(112,1,138)
0 Favorites   0 Comments

Color spaces of #70018a

RGB 1121138
HSL0.800.990.27
HSV289°99°54°
CMYK 0.190.990.00   0.46
XYZ11.28045.301424.4735
Yxy5.30140.27480.1291
Hunter Lab23.024847.1582-46.9032
CIE-Lab27.576857.8844-46.4700

#70018a color RGB value is (112,1,138).

#70018a hex color red value is 112, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70018a hue: 0.80 , saturation: 0.99 and the lightness value of 70018a is 0.27.

The process color (four color CMYK) of #70018a color hex is 0.19, 0.99, 0.00, 0.46. Web safe color of #70018a is #660099. Color #70018a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 10001010
Octal 160 1 212
Decimal 112 1 138
Hex 70 1 8A

RGB Percentages of Color #70018a

%44.62
%0.40
%54.98

CMYK Percentages of Color #70018a

%19
%99
%0
%46

Triadic Colors of #70018a

#70018a #8a7001 #018a70

Analogous Colors of #70018a

#70018a #8a015f #2c018a

Monochromatic Colors of #70018a

#70018a

Complementary Color

#70018a #1b8a01

#70018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70018a Color CSS Codes

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

#70018a Text Font Color

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

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


#70018a Background Color

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

This div background color is #70018a


#70018a Border Color

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

This div border color is #70018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70018a


Comments

No comments written yet.

Please login to write comment.