Color Hex Logo

#70018e Color Hex

#70018E
(112,1,142)
0 Favorites   0 Comments

Color spaces of #70018e

RGB 1121142
HSL0.800.990.28
HSV287°99°56°
CMYK 0.210.990.00   0.44
XYZ11.57545.419426.0271
Yxy5.41940.26910.1260
Hunter Lab23.279648.0169-49.9918
CIE-Lab27.897758.6245-48.4372

#70018e color RGB value is (112,1,142).

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

The process color (four color CMYK) of #70018e color hex is 0.21, 0.99, 0.00, 0.44. Web safe color of #70018e is #660099. Color #70018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 10001110
Octal 160 1 216
Decimal 112 1 142
Hex 70 1 8E

RGB Percentages of Color #70018e

%43.92
%0.39
%55.69

CMYK Percentages of Color #70018e

%21
%99
%0
%44

Triadic Colors of #70018e

#70018e #8e7001 #018e70

Analogous Colors of #70018e

#70018e #8e0166 #2a018e

Monochromatic Colors of #70018e

#70018e

Complementary Color

#70018e #1f8e01

#70018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70018e Color CSS Codes

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

#70018e Text Font Color

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

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


#70018e Background Color

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

This div background color is #70018e


#70018e Border Color

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

This div border color is #70018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70018e

#70018e Color Palettes


Comments

No comments written yet.

Please login to write comment.