Color Hex Logo

#727bdf Color Hex

#727BDF
(114,123,223)
0 Favorites   0 Comments

Color spaces of #727bdf

RGB 114123223
HSL0.650.630.66
HSV235°49°87°
CMYK 0.490.450.00   0.13
XYZ27.341723.071072.8241
Yxy23.07100.22190.1872
Hunter Lab48.032317.5521-56.2699
CIE-Lab55.145423.4035-52.2403

#727bdf color RGB value is (114,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 11011111
Octal 162 173 337
Decimal 114 123 223
Hex 72 7B DF

RGB Percentages of Color #727bdf

%24.78
%26.74
%48.48

CMYK Percentages of Color #727bdf

%49
%45
%0
%13

Triadic Colors of #727bdf

#727bdf #df727b #7bdf72

Analogous Colors of #727bdf

#727bdf #a072df #72b2df

Monochromatic Colors of #727bdf

#727bdf

Complementary Color

#727bdf #dfd672

#727bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bdf Color CSS Codes

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

#727bdf Text Font Color

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

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


#727bdf Background Color

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

This div background color is #727bdf


#727bdf Border Color

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

This div border color is #727bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bdf


Comments

No comments written yet.

Please login to write comment.