Color Hex Logo

#702580 Color Hex

#702580
(112,37,128)
0 Favorites   0 Comments

Color spaces of #702580

RGB 11237128
HSL0.800.550.32
HSV289°71°50°
CMYK 0.130.710.00   0.50
XYZ11.23996.326421.0508
Yxy6.32640.29110.1638
Hunter Lab25.152335.7502-32.0151
CIE-Lab30.221446.1904-35.9544

#702580 color RGB value is (112,37,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100101 10000000
Octal 160 45 200
Decimal 112 37 128
Hex 70 25 80

RGB Percentages of Color #702580

%40.43
%13.36
%46.21

CMYK Percentages of Color #702580

%13
%71
%0
%50

Triadic Colors of #702580

#702580 #807025 #258070

Analogous Colors of #702580

#702580 #802563 #432580

Monochromatic Colors of #702580

#702580

Complementary Color

#702580 #358025

#702580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702580 Color CSS Codes

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

#702580 Text Font Color

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

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


#702580 Background Color

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

This div background color is #702580


#702580 Border Color

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

This div border color is #702580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,37,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 #702580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702580


Comments

No comments written yet.

Please login to write comment.