Color Hex Logo

#727bae Color Hex

#727BAE
(114,123,174)
0 Favorites   0 Comments

Color spaces of #727bae

RGB 114123174
HSL0.640.270.56
HSV231°34°68°
CMYK 0.340.290.00   0.32
XYZ21.662420.799342.9173
Yxy20.79930.25370.2436
Hunter Lab45.60624.9743-23.8699
CIE-Lab52.72919.1704-28.1420

#727bae color RGB value is (114,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 10101110
Octal 162 173 256
Decimal 114 123 174
Hex 72 7B AE

RGB Percentages of Color #727bae

%27.74
%29.93
%42.34

CMYK Percentages of Color #727bae

%34
%29
%0
%32

Triadic Colors of #727bae

#727bae #ae727b #7bae72

Analogous Colors of #727bae

#727bae #8772ae #7299ae

Monochromatic Colors of #727bae

#727bae

Complementary Color

#727bae #aea572

#727bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bae Color CSS Codes

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

#727bae Text Font Color

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

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


#727bae Background Color

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

This div background color is #727bae


#727bae Border Color

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

This div border color is #727bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bae


Comments

No comments written yet.

Please login to write comment.