Color Hex Logo

#700aba Color Hex

#700ABA
(112,10,186)
0 Favorites   0 Comments

Color spaces of #700aba

RGB 11210186
HSL0.760.900.38
HSV275°95°73°
CMYK 0.400.950.00   0.27
XYZ15.65367.207047.0204
Yxy7.20700.22400.1031
Hunter Lab26.845957.1016-85.0541
CIE-Lab32.273665.9945-67.9419

#700aba color RGB value is (112,10,186).

#700aba hex color red value is 112, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #700aba hue: 0.76 , saturation: 0.90 and the lightness value of 700aba is 0.38.

The process color (four color CMYK) of #700aba color hex is 0.40, 0.95, 0.00, 0.27. Web safe color of #700aba is #6600cc. Color #700aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001010 10111010
Octal 160 12 272
Decimal 112 10 186
Hex 70 A BA

RGB Percentages of Color #700aba

%36.36
%3.25
%60.39

CMYK Percentages of Color #700aba

%40
%95
%0
%27

Triadic Colors of #700aba

#700aba #ba700a #0aba70

Analogous Colors of #700aba

#700aba #ba0aac #180aba

Monochromatic Colors of #700aba

#700aba

Complementary Color

#700aba #54ba0a

#700aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#700aba Color CSS Codes

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

#700aba Text Font Color

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

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


#700aba Background Color

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

This div background color is #700aba


#700aba Border Color

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

This div border color is #700aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,10,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #700aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #700aba;
  -webkit-box-shadow: 1px 1px 3px 2px #700aba;
  box-shadow:         1px 1px 3px 2px #700aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700aba


Comments

No comments written yet.

Please login to write comment.