Color Hex Logo

#7285aa Color Hex

#7285AA
(114,133,170)
0 Favorites   0 Comments

Color spaces of #7285aa

RGB 114133170
HSL0.610.250.56
HSV220°33°67°
CMYK 0.330.220.00   0.33
XYZ22.582723.254741.3286
Yxy23.25470.25910.2668
Hunter Lab48.2231-0.7996-17.0570
CIE-Lab55.33372.2089-21.8191

#7285aa color RGB value is (114,133,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 10101010
Octal 162 205 252
Decimal 114 133 170
Hex 72 85 AA

RGB Percentages of Color #7285aa

%27.34
%31.89
%40.77

CMYK Percentages of Color #7285aa

%33
%22
%0
%33

Triadic Colors of #7285aa

#7285aa #aa7285 #85aa72

Analogous Colors of #7285aa

#7285aa #7b72aa #72a1aa

Monochromatic Colors of #7285aa

#7285aa

Complementary Color

#7285aa #aa9772

#7285aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7285aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7285aa Color CSS Codes

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

#7285aa Text Font Color

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

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


#7285aa Background Color

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

This div background color is #7285aa


#7285aa Border Color

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

This div border color is #7285aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,133,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 #7285aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7285aa


Comments

No comments written yet.

Please login to write comment.