Color Hex Logo

#727bde Color Hex

#727BDE
(114,123,222)
0 Favorites   0 Comments

Color spaces of #727bde

RGB 114123222
HSL0.650.620.66
HSV235°49°87°
CMYK 0.490.450.00   0.13
XYZ27.207223.017372.1160
Yxy23.01730.22240.1881
Hunter Lab47.976317.2680-55.5388
CIE-Lab55.090223.0995-51.7668

#727bde color RGB value is (114,123,222).

#727bde hex color red value is 114, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #727bde hue: 0.65 , saturation: 0.62 and the lightness value of 727bde is 0.66.

The process color (four color CMYK) of #727bde color hex is 0.49, 0.45, 0.00, 0.13. Web safe color of #727bde is #6666cc. Color #727bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 11011110
Octal 162 173 336
Decimal 114 123 222
Hex 72 7B DE

RGB Percentages of Color #727bde

%24.84
%26.80
%48.37

CMYK Percentages of Color #727bde

%49
%45
%0
%13

Triadic Colors of #727bde

#727bde #de727b #7bde72

Analogous Colors of #727bde

#727bde #9f72de #72b1de

Monochromatic Colors of #727bde

#727bde

Complementary Color

#727bde #ded572

#727bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bde Color CSS Codes

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

#727bde Text Font Color

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

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


#727bde Background Color

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

This div background color is #727bde


#727bde Border Color

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

This div border color is #727bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bde


Comments

No comments written yet.

Please login to write comment.