Color Hex Logo

#727387 Color Hex

#727387
(114,115,135)
0 Favorites   0 Comments

Color spaces of #727387

RGB 114115135
HSL0.660.080.49
HSV237°16°53°
CMYK 0.160.150.00   0.47
XYZ17.443317.588125.3972
Yxy17.58810.28870.2911
Hunter Lab41.93820.8515-6.5485
CIE-Lab48.99273.9999-11.0571

#727387 color RGB value is (114,115,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110011 10000111
Octal 162 163 207
Decimal 114 115 135
Hex 72 73 87

RGB Percentages of Color #727387

%31.32
%31.59
%37.09

CMYK Percentages of Color #727387

%16
%15
%0
%47

Triadic Colors of #727387

#727387 #877273 #738772

Analogous Colors of #727387

#727387 #7c7287 #727e87

Monochromatic Colors of #727387

#727387

Complementary Color

#727387 #878672

#727387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727387 Color CSS Codes

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

#727387 Text Font Color

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

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


#727387 Background Color

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

This div background color is #727387


#727387 Border Color

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

This div border color is #727387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727387


Comments

No comments written yet.

Please login to write comment.