Color Hex Logo

#700bab Color Hex

#700BAB
(112,11,171)
0 Favorites   0 Comments

Color spaces of #700bab

RGB 11211171
HSL0.770.880.36
HSV278°94°67°
CMYK 0.350.940.00   0.33
XYZ14.15246.624439.0608
Yxy6.62440.23650.1107
Hunter Lab25.737953.1097-71.9642
CIE-Lab30.936162.7023-61.1854

#700bab color RGB value is (112,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001011 10101011
Octal 160 13 253
Decimal 112 11 171
Hex 70 B AB

RGB Percentages of Color #700bab

%38.10
%3.74
%58.16

CMYK Percentages of Color #700bab

%35
%94
%0
%33

Triadic Colors of #700bab

#700bab #ab700b #0bab70

Analogous Colors of #700bab

#700bab #ab0b96 #200bab

Monochromatic Colors of #700bab

#700bab

Complementary Color

#700bab #46ab0b

#700bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#700bab Color CSS Codes

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

#700bab Text Font Color

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

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


#700bab Background Color

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

This div background color is #700bab


#700bab Border Color

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

This div border color is #700bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700bab


Comments

No comments written yet.

Please login to write comment.