Color Hex Logo

#727ca9 Color Hex

#727CA9
(114,124,169)
0 Favorites   0 Comments

Color spaces of #727ca9

RGB 114124169
HSL0.640.240.55
HSV229°33°66°
CMYK 0.330.270.00   0.34
XYZ21.308520.857340.4389
Yxy20.85730.25800.2525
Hunter Lab45.66983.3620-20.5302
CIE-Lab52.79307.2229-25.1531

#727ca9 color RGB value is (114,124,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 10101001
Octal 162 174 251
Decimal 114 124 169
Hex 72 7C A9

RGB Percentages of Color #727ca9

%28.01
%30.47
%41.52

CMYK Percentages of Color #727ca9

%33
%27
%0
%34

Triadic Colors of #727ca9

#727ca9 #a9727c #7ca972

Analogous Colors of #727ca9

#727ca9 #8472a9 #7298a9

Monochromatic Colors of #727ca9

#727ca9

Complementary Color

#727ca9 #a99f72

#727ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727ca9 Color CSS Codes

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

#727ca9 Text Font Color

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

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


#727ca9 Background Color

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

This div background color is #727ca9


#727ca9 Border Color

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

This div border color is #727ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727ca9


Comments

No comments written yet.

Please login to write comment.