Color Hex Logo

#702899 Color Hex

#702899
(112,40,153)
0 Favorites   0 Comments

Color spaces of #702899

RGB 11240153
HSL0.770.590.38
HSV278°74°60°
CMYK 0.270.740.00   0.40
XYZ13.19077.262230.8435
Yxy7.26220.25710.1416
Hunter Lab26.948540.2121-48.9956
CIE-Lab32.396550.2632-47.9081

#702899 color RGB value is (112,40,153).

#702899 hex color red value is 112, green value is 40 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #702899 hue: 0.77 , saturation: 0.59 and the lightness value of 702899 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101000 10011001
Octal 160 50 231
Decimal 112 40 153
Hex 70 28 99

RGB Percentages of Color #702899

%36.72
%13.11
%50.16

CMYK Percentages of Color #702899

%27
%74
%0
%40

Triadic Colors of #702899

#702899 #997028 #289970

Analogous Colors of #702899

#702899 #99288a #382899

Monochromatic Colors of #702899

#702899

Complementary Color

#702899 #519928

#702899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702899 Color CSS Codes

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

#702899 Text Font Color

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

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


#702899 Background Color

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

This div background color is #702899


#702899 Border Color

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

This div border color is #702899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702899


Comments

No comments written yet.

Please login to write comment.