Color Hex Logo

#727afa Color Hex

#727AFA
(114,122,250)
0 Favorites   0 Comments

Color spaces of #727afa

RGB 114122250
HSL0.660.930.71
HSV236°54°98°
CMYK 0.540.510.00   0.02
XYZ31.154324.398693.5099
Yxy24.39860.20900.1637
Hunter Lab49.394926.1421-77.6659
CIE-Lab56.484732.3098-65.1324

#727afa color RGB value is (114,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11111010
Octal 162 172 372
Decimal 114 122 250
Hex 72 7A FA

RGB Percentages of Color #727afa

%23.46
%25.10
%51.44

CMYK Percentages of Color #727afa

%54
%51
%0
%2

Triadic Colors of #727afa

#727afa #fa727a #7afa72

Analogous Colors of #727afa

#727afa #ae72fa #72befa

Monochromatic Colors of #727afa

#727afa

Complementary Color

#727afa #faf272

#727afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#727afa Color CSS Codes

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

#727afa Text Font Color

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

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


#727afa Background Color

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

This div background color is #727afa


#727afa Border Color

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

This div border color is #727afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727afa


Comments

No comments written yet.

Please login to write comment.