Color Hex Logo

#700bac Color Hex

#700BAC
(112,11,172)
0 Favorites   0 Comments

Color spaces of #700bac

RGB 11211172
HSL0.770.880.36
HSV278°94°67°
CMYK 0.350.940.00   0.33
XYZ14.24826.662639.5648
Yxy6.66260.23560.1102
Hunter Lab25.812053.3608-72.8116
CIE-Lab31.026162.9108-61.6388

#700bac color RGB value is (112,11,172).

#700bac hex color red value is 112, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #700bac hue: 0.77 , saturation: 0.88 and the lightness value of 700bac is 0.36.

The process color (four color CMYK) of #700bac color hex is 0.35, 0.94, 0.00, 0.33. Web safe color of #700bac is #660099. Color #700bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001011 10101100
Octal 160 13 254
Decimal 112 11 172
Hex 70 B AC

RGB Percentages of Color #700bac

%37.97
%3.73
%58.31

CMYK Percentages of Color #700bac

%35
%94
%0
%33

Triadic Colors of #700bac

#700bac #ac700b #0bac70

Analogous Colors of #700bac

#700bac #ac0b98 #200bac

Monochromatic Colors of #700bac

#700bac

Complementary Color

#700bac #47ac0b

#700bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#700bac Color CSS Codes

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

#700bac Text Font Color

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

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


#700bac Background Color

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

This div background color is #700bac


#700bac Border Color

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

This div border color is #700bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700bac


Comments

No comments written yet.

Please login to write comment.