Color Hex Logo

#727cab Color Hex

#727CAB
(114,124,171)
0 Favorites   0 Comments

Color spaces of #727cab

RGB 114124171
HSL0.640.250.56
HSV229°33°67°
CMYK 0.330.270.00   0.33
XYZ21.497820.933041.4355
Yxy20.93300.25630.2496
Hunter Lab45.75263.8049-21.6687
CIE-Lab52.87617.7614-26.1812

#727cab color RGB value is (114,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 10101011
Octal 162 174 253
Decimal 114 124 171
Hex 72 7C AB

RGB Percentages of Color #727cab

%27.87
%30.32
%41.81

CMYK Percentages of Color #727cab

%33
%27
%0
%33

Triadic Colors of #727cab

#727cab #ab727c #7cab72

Analogous Colors of #727cab

#727cab #8572ab #7299ab

Monochromatic Colors of #727cab

#727cab

Complementary Color

#727cab #aba172

#727cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#727cab Color CSS Codes

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

#727cab Text Font Color

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

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


#727cab Background Color

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

This div background color is #727cab


#727cab Border Color

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

This div border color is #727cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727cab


Comments

No comments written yet.

Please login to write comment.