Color Hex Logo

#717afa Color Hex

#717AFA
(113,122,250)
0 Favorites   0 Comments

Color spaces of #717afa

RGB 113122250
HSL0.660.930.71
HSV236°55°98°
CMYK 0.550.510.00   0.02
XYZ31.024924.331993.5038
Yxy24.33190.20840.1635
Hunter Lab49.327425.9463-77.8596
CIE-Lab56.418632.1168-65.2423

#717afa color RGB value is (113,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 11111010
Octal 161 172 372
Decimal 113 122 250
Hex 71 7A FA

RGB Percentages of Color #717afa

%23.30
%25.15
%51.55

CMYK Percentages of Color #717afa

%55
%51
%0
%2

Triadic Colors of #717afa

#717afa #fa717a #7afa71

Analogous Colors of #717afa

#717afa #ad71fa #71bffa

Monochromatic Colors of #717afa

#717afa

Complementary Color

#717afa #faf171

#717afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#717afa Color CSS Codes

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

#717afa Text Font Color

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

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


#717afa Background Color

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

This div background color is #717afa


#717afa Border Color

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

This div border color is #717afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717afa


Comments

No comments written yet.

Please login to write comment.