Color Hex Logo

#727aac Color Hex

#727AAC
(114,122,172)
0 Favorites   0 Comments

Color spaces of #727aac

RGB 114122172
HSL0.640.260.56
HSV232°34°67°
CMYK 0.340.290.00   0.33
XYZ21.345420.475041.8568
Yxy20.47500.25510.2447
Hunter Lab45.24935.0173-23.1703
CIE-Lab52.37019.2210-27.5432

#727aac color RGB value is (114,122,172).

#727aac hex color red value is 114, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #727aac hue: 0.64 , saturation: 0.26 and the lightness value of 727aac is 0.56.

The process color (four color CMYK) of #727aac color hex is 0.34, 0.29, 0.00, 0.33. Web safe color of #727aac is #666699. Color #727aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 10101100
Octal 162 172 254
Decimal 114 122 172
Hex 72 7A AC

RGB Percentages of Color #727aac

%27.94
%29.90
%42.16

CMYK Percentages of Color #727aac

%34
%29
%0
%33

Triadic Colors of #727aac

#727aac #ac727a #7aac72

Analogous Colors of #727aac

#727aac #8772ac #7297ac

Monochromatic Colors of #727aac

#727aac

Complementary Color

#727aac #aca472

#727aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#727aac Color CSS Codes

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

#727aac Text Font Color

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

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


#727aac Background Color

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

This div background color is #727aac


#727aac Border Color

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

This div border color is #727aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727aac


Comments

No comments written yet.

Please login to write comment.