Color Hex Logo

#702880 Color Hex

#702880
(112,40,128)
0 Favorites   0 Comments

Color spaces of #702880

RGB 11240128
HSL0.800.520.33
HSV289°69°50°
CMYK 0.130.690.00   0.50
XYZ11.33726.520821.0832
Yxy6.52080.29110.1675
Hunter Lab25.535934.5612-31.0766
CIE-Lab30.690144.8764-35.2057

#702880 color RGB value is (112,40,128).

#702880 hex color red value is 112, green value is 40 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #702880 hue: 0.80 , saturation: 0.52 and the lightness value of 702880 is 0.33.

The process color (four color CMYK) of #702880 color hex is 0.13, 0.69, 0.00, 0.50. Web safe color of #702880 is #663399. Color #702880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101000 10000000
Octal 160 50 200
Decimal 112 40 128
Hex 70 28 80

RGB Percentages of Color #702880

%40.00
%14.29
%45.71

CMYK Percentages of Color #702880

%13
%69
%0
%50

Triadic Colors of #702880

#702880 #807028 #288070

Analogous Colors of #702880

#702880 #802864 #442880

Monochromatic Colors of #702880

#702880

Complementary Color

#702880 #388028

#702880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702880 Color CSS Codes

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

#702880 Text Font Color

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

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


#702880 Background Color

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

This div background color is #702880


#702880 Border Color

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

This div border color is #702880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702880


Comments

No comments written yet.

Please login to write comment.