Color Hex Logo

#702a9d Color Hex

#702A9D
(112,42,157)
0 Favorites   0 Comments

Color spaces of #702a9d

RGB 11242157
HSL0.770.580.39
HSV277°73°62°
CMYK 0.290.730.00   0.38
XYZ13.59597.535032.6361
Yxy7.53500.25290.1401
Hunter Lab27.450040.3732-51.2767
CIE-Lab32.995150.3072-49.3730

#702a9d color RGB value is (112,42,157).

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

The process color (four color CMYK) of #702a9d color hex is 0.29, 0.73, 0.00, 0.38. Web safe color of #702a9d is #663399. Color #702a9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10011101
Octal 160 52 235
Decimal 112 42 157
Hex 70 2A 9D

RGB Percentages of Color #702a9d

%36.01
%13.50
%50.48

CMYK Percentages of Color #702a9d

%29
%73
%0
%38

Triadic Colors of #702a9d

#702a9d #9d702a #2a9d70

Analogous Colors of #702a9d

#702a9d #9d2a91 #362a9d

Monochromatic Colors of #702a9d

#702a9d

Complementary Color

#702a9d #579d2a

#702a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#702a9d Color CSS Codes

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

#702a9d Text Font Color

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

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


#702a9d Background Color

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

This div background color is #702a9d


#702a9d Border Color

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

This div border color is #702a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702a9d


Comments

No comments written yet.

Please login to write comment.