Color Hex Logo

#7285ab Color Hex

#7285AB
(114,133,171)
0 Favorites   0 Comments

Color spaces of #7285ab

RGB 114133171
HSL0.610.250.56
HSV220°33°67°
CMYK 0.330.220.00   0.33
XYZ22.677623.292741.8288
Yxy23.29270.25830.2653
Hunter Lab48.2625-0.5858-17.6025
CIE-Lab55.37262.4747-22.3341

#7285ab color RGB value is (114,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 10101011
Octal 162 205 253
Decimal 114 133 171
Hex 72 85 AB

RGB Percentages of Color #7285ab

%27.27
%31.82
%40.91

CMYK Percentages of Color #7285ab

%33
%22
%0
%33

Triadic Colors of #7285ab

#7285ab #ab7285 #85ab72

Analogous Colors of #7285ab

#7285ab #7c72ab #72a2ab

Monochromatic Colors of #7285ab

#7285ab

Complementary Color

#7285ab #ab9872

#7285ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7285ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7285ab Color CSS Codes

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

#7285ab Text Font Color

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

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


#7285ab Background Color

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

This div background color is #7285ab


#7285ab Border Color

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

This div border color is #7285ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7285ab


Comments

No comments written yet.

Please login to write comment.