Color Hex Logo

#701baa Color Hex

#701BAA
(112,27,170)
0 Favorites   0 Comments

Color spaces of #701baa

RGB 11227170
HSL0.770.730.39
HSV276°84°67°
CMYK 0.340.840.00   0.33
XYZ14.32977.130938.6513
Yxy7.13090.23840.1186
Hunter Lab26.703749.0547-67.1244
CIE-Lab32.103158.7743-58.6750

#701baa color RGB value is (112,27,170).

#701baa hex color red value is 112, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #701baa hue: 0.77 , saturation: 0.73 and the lightness value of 701baa is 0.39.

The process color (four color CMYK) of #701baa color hex is 0.34, 0.84, 0.00, 0.33. Web safe color of #701baa is #663399. Color #701baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011011 10101010
Octal 160 33 252
Decimal 112 27 170
Hex 70 1B AA

RGB Percentages of Color #701baa

%36.25
%8.74
%55.02

CMYK Percentages of Color #701baa

%34
%84
%0
%33

Triadic Colors of #701baa

#701baa #aa701b #1baa70

Analogous Colors of #701baa

#701baa #aa1b9d #291baa

Monochromatic Colors of #701baa

#701baa

Complementary Color

#701baa #55aa1b

#701baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#701baa Color CSS Codes

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

#701baa Text Font Color

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

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


#701baa Background Color

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

This div background color is #701baa


#701baa Border Color

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

This div border color is #701baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701baa


Comments

No comments written yet.

Please login to write comment.