Color Hex Logo

#702a9a Color Hex

#702A9A
(112,42,154)
0 Favorites   0 Comments

Color spaces of #702a9a

RGB 11242154
HSL0.770.570.38
HSV278°73°60°
CMYK 0.270.730.00   0.40
XYZ13.34287.433831.3035
Yxy7.43380.25620.1427
Hunter Lab27.265039.6396-48.9866
CIE-Lab32.774749.6241-47.9057

#702a9a color RGB value is (112,42,154).

#702a9a hex color red value is 112, green value is 42 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #702a9a hue: 0.77 , saturation: 0.57 and the lightness value of 702a9a is 0.38.

The process color (four color CMYK) of #702a9a color hex is 0.27, 0.73, 0.00, 0.40. Web safe color of #702a9a is #663399. Color #702a9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10011010
Octal 160 52 232
Decimal 112 42 154
Hex 70 2A 9A

RGB Percentages of Color #702a9a

%36.36
%13.64
%50.00

CMYK Percentages of Color #702a9a

%27
%73
%0
%40

Triadic Colors of #702a9a

#702a9a #9a702a #2a9a70

Analogous Colors of #702a9a

#702a9a #9a2a8c #382a9a

Monochromatic Colors of #702a9a

#702a9a

Complementary Color

#702a9a #549a2a

#702a9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702a9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#702a9a Color CSS Codes

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

#702a9a Text Font Color

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

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


#702a9a Background Color

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

This div background color is #702a9a


#702a9a Border Color

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

This div border color is #702a9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702a9a


Comments

No comments written yet.

Please login to write comment.