Color Hex Logo

#717bab Color Hex

#717BAB
(113,123,171)
0 Favorites   0 Comments

Color spaces of #717bab

RGB 113123171
HSL0.640.260.56
HSV230°34°67°
CMYK 0.340.280.00   0.33
XYZ21.243720.616941.3879
Yxy20.61690.25520.2477
Hunter Lab45.40584.0533-22.2594
CIE-Lab52.52768.0583-26.7264

#717bab color RGB value is (113,123,171).

#717bab hex color red value is 113, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #717bab hue: 0.64 , saturation: 0.26 and the lightness value of 717bab is 0.56.

The process color (four color CMYK) of #717bab color hex is 0.34, 0.28, 0.00, 0.33. Web safe color of #717bab is #666699. Color #717bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 10101011
Octal 161 173 253
Decimal 113 123 171
Hex 71 7B AB

RGB Percentages of Color #717bab

%27.76
%30.22
%42.01

CMYK Percentages of Color #717bab

%34
%28
%0
%33

Triadic Colors of #717bab

#717bab #ab717b #7bab71

Analogous Colors of #717bab

#717bab #8471ab #7198ab

Monochromatic Colors of #717bab

#717bab

Complementary Color

#717bab #aba171

#717bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#717bab Color CSS Codes

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

#717bab Text Font Color

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

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


#717bab Background Color

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

This div background color is #717bab


#717bab Border Color

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

This div border color is #717bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717bab


Comments

No comments written yet.

Please login to write comment.