Color Hex Logo

#7285ac Color Hex

#7285AC
(114,133,172)
0 Favorites   0 Comments

Color spaces of #7285ac

RGB 114133172
HSL0.610.260.56
HSV220°34°67°
CMYK 0.340.230.00   0.33
XYZ22.773423.331042.3328
Yxy23.33100.25750.2638
Hunter Lab48.3022-0.3700-18.1512
CIE-Lab55.41172.7423-22.8483

#7285ac color RGB value is (114,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 10101100
Octal 162 205 254
Decimal 114 133 172
Hex 72 85 AC

RGB Percentages of Color #7285ac

%27.21
%31.74
%41.05

CMYK Percentages of Color #7285ac

%34
%23
%0
%33

Triadic Colors of #7285ac

#7285ac #ac7285 #85ac72

Analogous Colors of #7285ac

#7285ac #7c72ac #72a2ac

Monochromatic Colors of #7285ac

#7285ac

Complementary Color

#7285ac #ac9972

#7285ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7285ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7285ac Color CSS Codes

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

#7285ac Text Font Color

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

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


#7285ac Background Color

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

This div background color is #7285ac


#7285ac Border Color

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

This div border color is #7285ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7285ac


Comments

No comments written yet.

Please login to write comment.