Color Hex Logo

#727aee Color Hex

#727AEE
(114,122,238)
0 Favorites   0 Comments

Color spaces of #727aee

RGB 114122238
HSL0.660.780.69
HSV236°52°93°
CMYK 0.520.490.00   0.07
XYZ29.331623.669583.9117
Yxy23.66950.21420.1729
Hunter Lab48.651322.4768-68.2049
CIE-Lab55.755428.5948-59.6493

#727aee color RGB value is (114,122,238).

#727aee hex color red value is 114, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #727aee hue: 0.66 , saturation: 0.78 and the lightness value of 727aee is 0.69.

The process color (four color CMYK) of #727aee color hex is 0.52, 0.49, 0.00, 0.07. Web safe color of #727aee is #6666ff. Color #727aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11101110
Octal 162 172 356
Decimal 114 122 238
Hex 72 7A EE

RGB Percentages of Color #727aee

%24.05
%25.74
%50.21

CMYK Percentages of Color #727aee

%52
%49
%0
%7

Triadic Colors of #727aee

#727aee #ee727a #7aee72

Analogous Colors of #727aee

#727aee #a872ee #72b8ee

Monochromatic Colors of #727aee

#727aee

Complementary Color

#727aee #eee672

#727aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#727aee Color CSS Codes

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

#727aee Text Font Color

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

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


#727aee Background Color

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

This div background color is #727aee


#727aee Border Color

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

This div border color is #727aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727aee


Comments

No comments written yet.

Please login to write comment.