Color Hex Logo

#702789 Color Hex

#702789
(112,39,137)
0 Favorites   0 Comments

Color spaces of #702789

RGB 11239137
HSL0.790.560.35
HSV285°72°54°
CMYK 0.180.720.00   0.46
XYZ11.92306.701924.3321
Yxy6.70190.27760.1560
Hunter Lab25.888036.9060-37.6049
CIE-Lab31.118447.1985-40.1291

#702789 color RGB value is (112,39,137).

#702789 hex color red value is 112, green value is 39 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #702789 hue: 0.79 , saturation: 0.56 and the lightness value of 702789 is 0.35.

The process color (four color CMYK) of #702789 color hex is 0.18, 0.72, 0.00, 0.46. Web safe color of #702789 is #663399. Color #702789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 10001001
Octal 160 47 211
Decimal 112 39 137
Hex 70 27 89

RGB Percentages of Color #702789

%38.89
%13.54
%47.57

CMYK Percentages of Color #702789

%18
%72
%0
%46

Triadic Colors of #702789

#702789 #897027 #278970

Analogous Colors of #702789

#702789 #892771 #3f2789

Monochromatic Colors of #702789

#702789

Complementary Color

#702789 #408927

#702789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702789 Color CSS Codes

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

#702789 Text Font Color

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

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


#702789 Background Color

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

This div background color is #702789


#702789 Border Color

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

This div border color is #702789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702789


Comments

No comments written yet.

Please login to write comment.