Color Hex Logo

#727aaf Color Hex

#727AAF
(114,122,175)
0 Favorites   0 Comments

Color spaces of #727aaf

RGB 114122175
HSL0.640.280.57
HSV232°35°69°
CMYK 0.350.300.00   0.31
XYZ21.636820.591643.3916
Yxy20.59160.25270.2405
Hunter Lab45.37805.6997-24.9301
CIE-Lab52.499610.0394-29.0760

#727aaf color RGB value is (114,122,175).

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

The process color (four color CMYK) of #727aaf color hex is 0.35, 0.30, 0.00, 0.31. Web safe color of #727aaf is #666699. Color #727aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 10101111
Octal 162 172 257
Decimal 114 122 175
Hex 72 7A AF

RGB Percentages of Color #727aaf

%27.74
%29.68
%42.58

CMYK Percentages of Color #727aaf

%35
%30
%0
%31

Triadic Colors of #727aaf

#727aaf #af727a #7aaf72

Analogous Colors of #727aaf

#727aaf #8972af #7299af

Monochromatic Colors of #727aaf

#727aaf

Complementary Color

#727aaf #afa772

#727aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#727aaf Color CSS Codes

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

#727aaf Text Font Color

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

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


#727aaf Background Color

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

This div background color is #727aaf


#727aaf Border Color

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

This div border color is #727aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727aaf


Comments

No comments written yet.

Please login to write comment.