Color Hex Logo

#727aba Color Hex

#727ABA
(114,122,186)
0 Favorites   0 Comments

Color spaces of #727aba

RGB 114122186
HSL0.650.340.59
HSV233°39°73°
CMYK 0.390.340.00   0.27
XYZ22.761921.041649.3161
Yxy21.04160.24440.2260
Hunter Lab45.87118.2998-31.6330
CIE-Lab52.995013.1067-34.6366

#727aba color RGB value is (114,122,186).

#727aba hex color red value is 114, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #727aba hue: 0.65 , saturation: 0.34 and the lightness value of 727aba is 0.59.

The process color (four color CMYK) of #727aba color hex is 0.39, 0.34, 0.00, 0.27. Web safe color of #727aba is #6666cc. Color #727aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 10111010
Octal 162 172 272
Decimal 114 122 186
Hex 72 7A BA

RGB Percentages of Color #727aba

%27.01
%28.91
%44.08

CMYK Percentages of Color #727aba

%39
%34
%0
%27

Triadic Colors of #727aba

#727aba #ba727a #7aba72

Analogous Colors of #727aba

#727aba #8e72ba #729eba

Monochromatic Colors of #727aba

#727aba

Complementary Color

#727aba #bab272

#727aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#727aba Color CSS Codes

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

#727aba Text Font Color

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

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


#727aba Background Color

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

This div background color is #727aba


#727aba Border Color

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

This div border color is #727aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,122,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #727aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #727aba;
  -webkit-box-shadow: 1px 1px 3px 2px #727aba;
  box-shadow:         1px 1px 3px 2px #727aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727aba


Comments

No comments written yet.

Please login to write comment.