Color Hex Logo

#727cea Color Hex

#727CEA
(114,124,234)
0 Favorites   0 Comments

Color spaces of #727cea

RGB 114124234
HSL0.650.740.68
HSV235°51°92°
CMYK 0.510.470.00   0.08
XYZ28.998423.933280.9331
Yxy23.93320.21660.1788
Hunter Lab48.921620.1936-63.8410
CIE-Lab56.020926.1662-56.9957

#727cea color RGB value is (114,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 11101010
Octal 162 174 352
Decimal 114 124 234
Hex 72 7C EA

RGB Percentages of Color #727cea

%24.15
%26.27
%49.58

CMYK Percentages of Color #727cea

%51
%47
%0
%8

Triadic Colors of #727cea

#727cea #ea727c #7cea72

Analogous Colors of #727cea

#727cea #a472ea #72b8ea

Monochromatic Colors of #727cea

#727cea

Complementary Color

#727cea #eae072

#727cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#727cea Color CSS Codes

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

#727cea Text Font Color

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

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


#727cea Background Color

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

This div background color is #727cea


#727cea Border Color

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

This div border color is #727cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,124,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 #727cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727cea


Comments

No comments written yet.

Please login to write comment.