Color Hex Logo

#701a88 Color Hex

#701A88
(112,26,136)
0 Favorites   0 Comments

Color spaces of #701a88

RGB 11226136
HSL0.800.680.32
HSV287°81°53°
CMYK 0.180.810.00   0.47
XYZ11.49545.961123.8373
Yxy5.96110.27840.1444
Hunter Lab24.415441.3156-40.7955
CIE-Lab29.314151.9470-42.4116

#701a88 color RGB value is (112,26,136).

#701a88 hex color red value is 112, green value is 26 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #701a88 hue: 0.80 , saturation: 0.68 and the lightness value of 701a88 is 0.32.

The process color (four color CMYK) of #701a88 color hex is 0.18, 0.81, 0.00, 0.47. Web safe color of #701a88 is #663399. Color #701a88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 10001000
Octal 160 32 210
Decimal 112 26 136
Hex 70 1A 88

RGB Percentages of Color #701a88

%40.88
%9.49
%49.64

CMYK Percentages of Color #701a88

%18
%81
%0
%47

Triadic Colors of #701a88

#701a88 #88701a #1a8870

Analogous Colors of #701a88

#701a88 #881a69 #391a88

Monochromatic Colors of #701a88

#701a88

Complementary Color

#701a88 #32881a

#701a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701a88 Color CSS Codes

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

#701a88 Text Font Color

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

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


#701a88 Background Color

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

This div background color is #701a88


#701a88 Border Color

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

This div border color is #701a88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,26,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701a88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701a88;
  -webkit-box-shadow: 1px 1px 3px 2px #701a88;
  box-shadow:         1px 1px 3px 2px #701a88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701a88


Comments

No comments written yet.

Please login to write comment.