Color Hex Logo

#727ffa Color Hex

#727FFA
(114,127,250)
0 Favorites   0 Comments

Color spaces of #727ffa

RGB 114127250
HSL0.650.930.71
HSV234°54°98°
CMYK 0.540.490.00   0.02
XYZ31.784125.658393.7198
Yxy25.65830.21030.1697
Hunter Lab50.654023.3596-74.2402
CIE-Lab57.711329.3304-63.1597

#727ffa color RGB value is (114,127,250).

#727ffa hex color red value is 114, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #727ffa hue: 0.65 , saturation: 0.93 and the lightness value of 727ffa is 0.71.

The process color (four color CMYK) of #727ffa color hex is 0.54, 0.49, 0.00, 0.02. Web safe color of #727ffa is #6666ff. Color #727ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111111 11111010
Octal 162 177 372
Decimal 114 127 250
Hex 72 7F FA

RGB Percentages of Color #727ffa

%23.22
%25.87
%50.92

CMYK Percentages of Color #727ffa

%54
%49
%0
%2

Triadic Colors of #727ffa

#727ffa #fa727f #7ffa72

Analogous Colors of #727ffa

#727ffa #a972fa #72c3fa

Monochromatic Colors of #727ffa

#727ffa

Complementary Color

#727ffa #faed72

#727ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#727ffa Color CSS Codes

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

#727ffa Text Font Color

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

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


#727ffa Background Color

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

This div background color is #727ffa


#727ffa Border Color

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

This div border color is #727ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727ffa


Comments

No comments written yet.

Please login to write comment.