Color Hex Logo

#728ea2 Color Hex

#728EA2
(114,142,162)
0 Favorites   0 Comments

Color spaces of #728ea2

RGB 114142162
HSL0.570.210.54
HSV205°30°64°
CMYK 0.300.120.00   0.36
XYZ23.134025.532037.8913
Yxy25.53200.26730.2950
Hunter Lab50.5292-6.7027-9.0905
CIE-Lab57.5901-5.0172-13.7975

#728ea2 color RGB value is (114,142,162).

#728ea2 hex color red value is 114, green value is 142 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #728ea2 hue: 0.57 , saturation: 0.21 and the lightness value of 728ea2 is 0.54.

The process color (four color CMYK) of #728ea2 color hex is 0.30, 0.12, 0.00, 0.36. Web safe color of #728ea2 is #669999. Color #728ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 10100010
Octal 162 216 242
Decimal 114 142 162
Hex 72 8E A2

RGB Percentages of Color #728ea2

%27.27
%33.97
%38.76

CMYK Percentages of Color #728ea2

%30
%12
%0
%36

Triadic Colors of #728ea2

#728ea2 #a2728e #8ea272

Analogous Colors of #728ea2

#728ea2 #7276a2 #72a29e

Monochromatic Colors of #728ea2

#728ea2

Complementary Color

#728ea2 #a28672

#728ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728ea2 Color CSS Codes

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

#728ea2 Text Font Color

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

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


#728ea2 Background Color

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

This div background color is #728ea2


#728ea2 Border Color

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

This div border color is #728ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728ea2


Comments

No comments written yet.

Please login to write comment.