Color Hex Logo

#700daa Color Hex

#700DAA
(112,13,170)
0 Favorites   0 Comments

Color spaces of #700daa

RGB 11213170
HSL0.770.860.36
HSV278°92°67°
CMYK 0.340.920.00   0.33
XYZ14.08176.634938.5687
Yxy6.63490.23750.1119
Hunter Lab25.758352.5064-70.7459
CIE-Lab30.960962.1535-60.5434

#700daa color RGB value is (112,13,170).

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

The process color (four color CMYK) of #700daa color hex is 0.34, 0.92, 0.00, 0.33. Web safe color of #700daa is #660099. Color #700daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 10101010
Octal 160 15 252
Decimal 112 13 170
Hex 70 D AA

RGB Percentages of Color #700daa

%37.97
%4.41
%57.63

CMYK Percentages of Color #700daa

%34
%92
%0
%33

Triadic Colors of #700daa

#700daa #aa700d #0daa70

Analogous Colors of #700daa

#700daa #aa0d96 #220daa

Monochromatic Colors of #700daa

#700daa

Complementary Color

#700daa #47aa0d

#700daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#700daa Color CSS Codes

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

#700daa Text Font Color

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

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


#700daa Background Color

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

This div background color is #700daa


#700daa Border Color

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

This div border color is #700daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,13,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 #700daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700daa


Comments

No comments written yet.

Please login to write comment.