Color Hex Logo

#728dad Color Hex

#728DAD
(114,141,173)
0 Favorites   0 Comments

Color spaces of #728dad

RGB 114141173
HSL0.590.260.56
HSV213°34°68°
CMYK 0.340.180.00   0.32
XYZ24.007125.644343.2197
Yxy25.64430.25850.2761
Hunter Lab50.6402-3.9985-15.1539
CIE-Lab57.6979-1.6026-19.9189

#728dad color RGB value is (114,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 10101101
Octal 162 215 255
Decimal 114 141 173
Hex 72 8D AD

RGB Percentages of Color #728dad

%26.64
%32.94
%40.42

CMYK Percentages of Color #728dad

%34
%18
%0
%32

Triadic Colors of #728dad

#728dad #ad728d #8dad72

Analogous Colors of #728dad

#728dad #7572ad #72abad

Monochromatic Colors of #728dad

#728dad

Complementary Color

#728dad #ad9272

#728dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#728dad Color CSS Codes

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

#728dad Text Font Color

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

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


#728dad Background Color

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

This div background color is #728dad


#728dad Border Color

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

This div border color is #728dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728dad


Comments

No comments written yet.

Please login to write comment.