Color Hex Logo

#727cee Color Hex

#727CEE
(114,124,238)
0 Favorites   0 Comments

Color spaces of #727cee

RGB 114124238
HSL0.650.780.69
HSV235°52°93°
CMYK 0.520.480.00   0.07
XYZ29.579724.165883.9944
Yxy24.16580.21480.1754
Hunter Lab49.158721.3789-66.8940
CIE-Lab56.253427.3980-58.8508

#727cee color RGB value is (114,124,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 11101110
Octal 162 174 356
Decimal 114 124 238
Hex 72 7C EE

RGB Percentages of Color #727cee

%23.95
%26.05
%50.00

CMYK Percentages of Color #727cee

%52
%48
%0
%7

Triadic Colors of #727cee

#727cee #ee727c #7cee72

Analogous Colors of #727cee

#727cee #a672ee #72baee

Monochromatic Colors of #727cee

#727cee

Complementary Color

#727cee #eee472

#727cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#727cee Color CSS Codes

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

#727cee Text Font Color

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

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


#727cee Background Color

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

This div background color is #727cee


#727cee Border Color

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

This div border color is #727cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727cee


Comments

No comments written yet.

Please login to write comment.