Color Hex Logo

#702aaa Color Hex

#702AAA
(112,42,170)
0 Favorites   0 Comments

Color spaces of #702aaa

RGB 11242170
HSL0.760.600.42
HSV273°75°67°
CMYK 0.340.750.00   0.33
XYZ14.76588.003038.7967
Yxy8.00300.23980.1300
Hunter Lab28.289643.6617-61.5084
CIE-Lab33.989153.3174-55.6005

#702aaa color RGB value is (112,42,170).

#702aaa hex color red value is 112, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #702aaa hue: 0.76 , saturation: 0.60 and the lightness value of 702aaa is 0.42.

The process color (four color CMYK) of #702aaa color hex is 0.34, 0.75, 0.00, 0.33. Web safe color of #702aaa is #663399. Color #702aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10101010
Octal 160 52 252
Decimal 112 42 170
Hex 70 2A AA

RGB Percentages of Color #702aaa

%34.57
%12.96
%52.47

CMYK Percentages of Color #702aaa

%34
%75
%0
%33

Triadic Colors of #702aaa

#702aaa #aa702a #2aaa70

Analogous Colors of #702aaa

#702aaa #aa2aa4 #302aaa

Monochromatic Colors of #702aaa

#702aaa

Complementary Color

#702aaa #64aa2a

#702aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#702aaa Color CSS Codes

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

#702aaa Text Font Color

<p style="color:#702aaa">Text here</p>

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


#702aaa Background Color

<div style="background-color:#702aaa">
Div content here</div>

This div background color is #702aaa


#702aaa Border Color

<div style="border:3px solid #702aaa">
Div here</div>

This div border color is #702aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702aaa


Comments

No comments written yet.

Please login to write comment.