Color Hex Logo

#7280aa Color Hex

#7280AA
(114,128,170)
0 Favorites   0 Comments

Color spaces of #7280aa

RGB 114128170
HSL0.630.250.56
HSV225°33°67°
CMYK 0.330.250.00   0.33
XYZ21.914321.918041.1058
Yxy21.91800.25800.2580
Hunter Lab46.81671.6245-19.2859
CIE-Lab53.93995.1309-23.9616

#7280aa color RGB value is (114,128,170).

#7280aa hex color red value is 114, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7280aa hue: 0.63 , saturation: 0.25 and the lightness value of 7280aa is 0.56.

The process color (four color CMYK) of #7280aa color hex is 0.33, 0.25, 0.00, 0.33. Web safe color of #7280aa is #669999. Color #7280aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 10101010
Octal 162 200 252
Decimal 114 128 170
Hex 72 80 AA

RGB Percentages of Color #7280aa

%27.67
%31.07
%41.26

CMYK Percentages of Color #7280aa

%33
%25
%0
%33

Triadic Colors of #7280aa

#7280aa #aa7280 #80aa72

Analogous Colors of #7280aa

#7280aa #8072aa #729caa

Monochromatic Colors of #7280aa

#7280aa

Complementary Color

#7280aa #aa9c72

#7280aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7280aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7280aa Color CSS Codes

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

#7280aa Text Font Color

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

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


#7280aa Background Color

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

This div background color is #7280aa


#7280aa Border Color

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

This div border color is #7280aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,128,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7280aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7280aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7280aa;
  box-shadow:         1px 1px 3px 2px #7280aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7280aa


Comments

No comments written yet.

Please login to write comment.