Color Hex Logo

#702790 Color Hex

#702790
(112,39,144)
0 Favorites   0 Comments

Color spaces of #702790

RGB 11239144
HSL0.780.570.36
HSV282°73°56°
CMYK 0.220.730.00   0.44
XYZ12.44176.909427.0635
Yxy6.90940.26810.1489
Hunter Lab26.285738.4885-42.6443
CIE-Lab31.599848.7020-43.6805

#702790 color RGB value is (112,39,144).

#702790 hex color red value is 112, green value is 39 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #702790 hue: 0.78 , saturation: 0.57 and the lightness value of 702790 is 0.36.

The process color (four color CMYK) of #702790 color hex is 0.22, 0.73, 0.00, 0.44. Web safe color of #702790 is #663399. Color #702790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 10010000
Octal 160 47 220
Decimal 112 39 144
Hex 70 27 90

RGB Percentages of Color #702790

%37.97
%13.22
%48.81

CMYK Percentages of Color #702790

%22
%73
%0
%44

Triadic Colors of #702790

#702790 #907027 #279070

Analogous Colors of #702790

#702790 #90277c #3b2790

Monochromatic Colors of #702790

#702790

Complementary Color

#702790 #479027

#702790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702790 Color CSS Codes

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

#702790 Text Font Color

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

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


#702790 Background Color

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

This div background color is #702790


#702790 Border Color

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

This div border color is #702790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,39,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702790;
  -webkit-box-shadow: 1px 1px 3px 2px #702790;
  box-shadow:         1px 1px 3px 2px #702790; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702790


Comments

No comments written yet.

Please login to write comment.