Color Hex Logo

#727987 Color Hex

#727987
(114,121,135)
0 Favorites   0 Comments

Color spaces of #727987

RGB 114121135
HSL0.610.080.49
HSV220°16°53°
CMYK 0.160.100.00   0.47
XYZ18.150019.001425.6327
Yxy19.00140.28910.3026
Hunter Lab43.5906-1.9607-4.3510
CIE-Lab50.68880.4753-8.5120

#727987 color RGB value is (114,121,135).

#727987 hex color red value is 114, green value is 121 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #727987 hue: 0.61 , saturation: 0.08 and the lightness value of 727987 is 0.49.

The process color (four color CMYK) of #727987 color hex is 0.16, 0.10, 0.00, 0.47. Web safe color of #727987 is #666699. Color #727987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111001 10000111
Octal 162 171 207
Decimal 114 121 135
Hex 72 79 87

RGB Percentages of Color #727987

%30.81
%32.70
%36.49

CMYK Percentages of Color #727987

%16
%10
%0
%47

Triadic Colors of #727987

#727987 #877279 #798772

Analogous Colors of #727987

#727987 #767287 #728487

Monochromatic Colors of #727987

#727987

Complementary Color

#727987 #878072

#727987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727987 Color CSS Codes

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

#727987 Text Font Color

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

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


#727987 Background Color

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

This div background color is #727987


#727987 Border Color

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

This div border color is #727987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727987


Comments

No comments written yet.

Please login to write comment.