Color Hex Logo

#701058 Color Hex

#701058
(112,16,88)
0 Favorites   0 Comments

Color spaces of #701058

RGB 1121688
HSL0.880.750.25
HSV315°86°44°
CMYK 0.000.860.21   0.56
XYZ8.62884.51999.6502
Yxy4.51990.37850.1983
Hunter Lab21.260135.2425-12.0304
CIE-Lab25.320746.6130-17.9281

#701058 color RGB value is (112,16,88).

#701058 hex color red value is 112, green value is 16 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #701058 hue: 0.88 , saturation: 0.75 and the lightness value of 701058 is 0.25.

The process color (four color CMYK) of #701058 color hex is 0.00, 0.86, 0.21, 0.56. Web safe color of #701058 is #660066. Color #701058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010000 01011000
Octal 160 20 130
Decimal 112 16 88
Hex 70 10 58

RGB Percentages of Color #701058

%51.85
%7.41
%40.74

CMYK Percentages of Color #701058

%0
%86
%21
%56

Triadic Colors of #701058

#701058 #587010 #105870

Analogous Colors of #701058

#701058 #701028 #581070

Monochromatic Colors of #701058

#701058

Complementary Color

#701058 #107028

#701058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701058 Color CSS Codes

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

#701058 Text Font Color

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

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


#701058 Background Color

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

This div background color is #701058


#701058 Border Color

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

This div border color is #701058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701058


Comments

No comments written yet.

Please login to write comment.