Color Hex Logo

#702eaa Color Hex

#702EAA
(112,46,170)
0 Favorites   0 Comments

Color spaces of #702eaa

RGB 11246170
HSL0.760.570.42
HSV272°73°67°
CMYK 0.340.730.00   0.33
XYZ14.91488.301038.8464
Yxy8.30100.24030.1338
Hunter Lab28.811541.9839-59.7725
CIE-Lab34.602151.5766-54.6043

#702eaa color RGB value is (112,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 10101010
Octal 160 56 252
Decimal 112 46 170
Hex 70 2E AA

RGB Percentages of Color #702eaa

%34.15
%14.02
%51.83

CMYK Percentages of Color #702eaa

%34
%73
%0
%33

Triadic Colors of #702eaa

#702eaa #aa702e #2eaa70

Analogous Colors of #702eaa

#702eaa #aa2ea6 #322eaa

Monochromatic Colors of #702eaa

#702eaa

Complementary Color

#702eaa #68aa2e

#702eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#702eaa Color CSS Codes

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

#702eaa Text Font Color

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

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


#702eaa Background Color

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

This div background color is #702eaa


#702eaa Border Color

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

This div border color is #702eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702eaa


Comments

No comments written yet.

Please login to write comment.