Color Hex Logo

#727eea Color Hex

#727EEA
(114,126,234)
0 Favorites   0 Comments

Color spaces of #727eea

RGB 114126234
HSL0.650.740.68
HSV234°51°92°
CMYK 0.510.460.00   0.08
XYZ29.251624.439681.0175
Yxy24.43960.21710.1814
Hunter Lab49.436419.1050-62.5603
CIE-Lab56.525324.9688-56.1890

#727eea color RGB value is (114,126,234).

#727eea hex color red value is 114, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #727eea hue: 0.65 , saturation: 0.74 and the lightness value of 727eea is 0.68.

The process color (four color CMYK) of #727eea color hex is 0.51, 0.46, 0.00, 0.08. Web safe color of #727eea is #6666ff. Color #727eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111110 11101010
Octal 162 176 352
Decimal 114 126 234
Hex 72 7E EA

RGB Percentages of Color #727eea

%24.05
%26.58
%49.37

CMYK Percentages of Color #727eea

%51
%46
%0
%8

Triadic Colors of #727eea

#727eea #ea727e #7eea72

Analogous Colors of #727eea

#727eea #a272ea #72baea

Monochromatic Colors of #727eea

#727eea

Complementary Color

#727eea #eade72

#727eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#727eea Color CSS Codes

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

#727eea Text Font Color

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

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


#727eea Background Color

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

This div background color is #727eea


#727eea Border Color

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

This div border color is #727eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727eea


Comments

No comments written yet.

Please login to write comment.