Color Hex Logo

#728eae Color Hex

#728EAE
(114,142,174)
0 Favorites   0 Comments

Color spaces of #728eae

RGB 114142174
HSL0.590.270.56
HSV212°34°68°
CMYK 0.340.180.00   0.32
XYZ24.252425.979443.7807
Yxy25.97940.25800.2763
Hunter Lab50.9700-4.2641-15.2482
CIE-Lab58.0175-1.9074-20.0010

#728eae color RGB value is (114,142,174).

#728eae hex color red value is 114, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #728eae hue: 0.59 , saturation: 0.27 and the lightness value of 728eae is 0.56.

The process color (four color CMYK) of #728eae color hex is 0.34, 0.18, 0.00, 0.32. Web safe color of #728eae is #669999. Color #728eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 10101110
Octal 162 216 256
Decimal 114 142 174
Hex 72 8E AE

RGB Percentages of Color #728eae

%26.51
%33.02
%40.47

CMYK Percentages of Color #728eae

%34
%18
%0
%32

Triadic Colors of #728eae

#728eae #ae728e #8eae72

Analogous Colors of #728eae

#728eae #7472ae #72acae

Monochromatic Colors of #728eae

#728eae

Complementary Color

#728eae #ae9272

#728eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#728eae Color CSS Codes

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

#728eae Text Font Color

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

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


#728eae Background Color

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

This div background color is #728eae


#728eae Border Color

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

This div border color is #728eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,142,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728eae;
  -webkit-box-shadow: 1px 1px 3px 2px #728eae;
  box-shadow:         1px 1px 3px 2px #728eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728eae


Comments

No comments written yet.

Please login to write comment.