Color Hex Logo

#728ead Color Hex

#728EAD
(114,142,173)
0 Favorites   0 Comments

Color spaces of #728ead

RGB 114142173
HSL0.590.260.56
HSV212°34°68°
CMYK 0.340.180.00   0.32
XYZ24.155325.940543.2691
Yxy25.94050.25870.2778
Hunter Lab50.9318-4.4740-14.7175
CIE-Lab57.9805-2.1719-19.4875

#728ead color RGB value is (114,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 10101101
Octal 162 216 255
Decimal 114 142 173
Hex 72 8E AD

RGB Percentages of Color #728ead

%26.57
%33.10
%40.33

CMYK Percentages of Color #728ead

%34
%18
%0
%32

Triadic Colors of #728ead

#728ead #ad728e #8ead72

Analogous Colors of #728ead

#728ead #7472ad #72acad

Monochromatic Colors of #728ead

#728ead

Complementary Color

#728ead #ad9172

#728ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#728ead Color CSS Codes

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

#728ead Text Font Color

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

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


#728ead Background Color

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

This div background color is #728ead


#728ead Border Color

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

This div border color is #728ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728ead


Comments

No comments written yet.

Please login to write comment.