Color Hex Logo

#717abf Color Hex

#717ABF
(113,122,191)
0 Favorites   0 Comments

Color spaces of #717abf

RGB 113122191
HSL0.650.380.60
HSV233°41°75°
CMYK 0.410.360.00   0.25
XYZ23.173621.191452.1592
Yxy21.19140.24010.2195
Hunter Lab46.03419.2973-34.9550
CIE-Lab53.158314.2634-37.2516

#717abf color RGB value is (113,122,191).

#717abf hex color red value is 113, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #717abf hue: 0.65 , saturation: 0.38 and the lightness value of 717abf is 0.60.

The process color (four color CMYK) of #717abf color hex is 0.41, 0.36, 0.00, 0.25. Web safe color of #717abf is #6666cc. Color #717abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 10111111
Octal 161 172 277
Decimal 113 122 191
Hex 71 7A BF

RGB Percentages of Color #717abf

%26.53
%28.64
%44.84

CMYK Percentages of Color #717abf

%41
%36
%0
%25

Triadic Colors of #717abf

#717abf #bf717a #7abf71

Analogous Colors of #717abf

#717abf #8f71bf #71a1bf

Monochromatic Colors of #717abf

#717abf

Complementary Color

#717abf #bfb671

#717abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#717abf Color CSS Codes

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

#717abf Text Font Color

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

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


#717abf Background Color

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

This div background color is #717abf


#717abf Border Color

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

This div border color is #717abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,122,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717abf


Comments

No comments written yet.

Please login to write comment.