Color Hex Logo

#70067e Color Hex

#70067E
(112,6,126)
0 Favorites   0 Comments

Color spaces of #70067e

RGB 1126126
HSL0.810.910.26
HSV293°95°49°
CMYK 0.110.950.00   0.51
XYZ10.51315.081420.1654
Yxy5.08140.29400.1421
Hunter Lab22.542043.8002-37.2598
CIE-Lab26.965454.8169-39.9236

#70067e color RGB value is (112,6,126).

#70067e hex color red value is 112, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70067e hue: 0.81 , saturation: 0.91 and the lightness value of 70067e is 0.26.

The process color (four color CMYK) of #70067e color hex is 0.11, 0.95, 0.00, 0.51. Web safe color of #70067e is #660066. Color #70067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000110 01111110
Octal 160 6 176
Decimal 112 6 126
Hex 70 6 7E

RGB Percentages of Color #70067e

%45.90
%2.46
%51.64

CMYK Percentages of Color #70067e

%11
%95
%0
%51

Triadic Colors of #70067e

#70067e #7e7006 #067e70

Analogous Colors of #70067e

#70067e #7e0650 #34067e

Monochromatic Colors of #70067e

#70067e

Complementary Color

#70067e #147e06

#70067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70067e Color CSS Codes

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

#70067e Text Font Color

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

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


#70067e Background Color

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

This div background color is #70067e


#70067e Border Color

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

This div border color is #70067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70067e


Comments

No comments written yet.

Please login to write comment.