Color Hex Logo

#727890 Color Hex

#727890
(114,120,144)
0 Favorites   0 Comments

Color spaces of #727890

RGB 114120144
HSL0.630.120.51
HSV228°21°56°
CMYK 0.210.170.00   0.44
XYZ18.689919.024029.0725
Yxy19.02400.27980.2848
Hunter Lab43.61650.1593-8.9881
CIE-Lab50.71533.1885-13.7603

#727890 color RGB value is (114,120,144).

#727890 hex color red value is 114, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #727890 hue: 0.63 , saturation: 0.12 and the lightness value of 727890 is 0.51.

The process color (four color CMYK) of #727890 color hex is 0.21, 0.17, 0.00, 0.44. Web safe color of #727890 is #666699. Color #727890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111000 10010000
Octal 162 170 220
Decimal 114 120 144
Hex 72 78 90

RGB Percentages of Color #727890

%30.16
%31.75
%38.10

CMYK Percentages of Color #727890

%21
%17
%0
%44

Triadic Colors of #727890

#727890 #907278 #789072

Analogous Colors of #727890

#727890 #7b7290 #728790

Monochromatic Colors of #727890

#727890

Complementary Color

#727890 #908a72

#727890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727890 Color CSS Codes

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

#727890 Text Font Color

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

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


#727890 Background Color

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

This div background color is #727890


#727890 Border Color

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

This div border color is #727890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,120,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #727890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #727890;
  -webkit-box-shadow: 1px 1px 3px 2px #727890;
  box-shadow:         1px 1px 3px 2px #727890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727890


Comments

No comments written yet.

Please login to write comment.