Color Hex Logo

#727dac Color Hex

#727DAC
(114,125,172)
0 Favorites   0 Comments

Color spaces of #727dac

RGB 114125172
HSL0.640.260.56
HSV229°34°67°
CMYK 0.340.270.00   0.33
XYZ21.719421.223241.9815
Yxy21.22320.25580.2499
Hunter Lab46.06863.5350-21.7818
CIE-Lab53.19297.4390-26.2688

#727dac color RGB value is (114,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 10101100
Octal 162 175 254
Decimal 114 125 172
Hex 72 7D AC

RGB Percentages of Color #727dac

%27.74
%30.41
%41.85

CMYK Percentages of Color #727dac

%34
%27
%0
%33

Triadic Colors of #727dac

#727dac #ac727d #7dac72

Analogous Colors of #727dac

#727dac #8472ac #729aac

Monochromatic Colors of #727dac

#727dac

Complementary Color

#727dac #aca172

#727dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#727dac Color CSS Codes

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

#727dac Text Font Color

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

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


#727dac Background Color

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

This div background color is #727dac


#727dac Border Color

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

This div border color is #727dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727dac


Comments

No comments written yet.

Please login to write comment.