Color Hex Logo

#727aef Color Hex

#727AEF
(114,122,239)
0 Favorites   0 Comments

Color spaces of #727aef

RGB 114122239
HSL0.660.800.69
HSV236°52°94°
CMYK 0.520.490.00   0.06
XYZ29.479023.728584.6877
Yxy23.72850.21380.1721
Hunter Lab48.711922.7771-68.9798
CIE-Lab55.814928.9031-60.1101

#727aef color RGB value is (114,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11101111
Octal 162 172 357
Decimal 114 122 239
Hex 72 7A EF

RGB Percentages of Color #727aef

%24.00
%25.68
%50.32

CMYK Percentages of Color #727aef

%52
%49
%0
%6

Triadic Colors of #727aef

#727aef #ef727a #7aef72

Analogous Colors of #727aef

#727aef #a972ef #72b9ef

Monochromatic Colors of #727aef

#727aef

Complementary Color

#727aef #efe772

#727aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#727aef Color CSS Codes

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

#727aef Text Font Color

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

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


#727aef Background Color

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

This div background color is #727aef


#727aef Border Color

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

This div border color is #727aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727aef


Comments

No comments written yet.

Please login to write comment.