Color Hex Logo

#717ba4 Color Hex

#717BA4
(113,123,164)
0 Favorites   0 Comments

Color spaces of #717ba4

RGB 113123164
HSL0.630.220.54
HSV228°31°64°
CMYK 0.310.250.00   0.36
XYZ20.593920.357037.9658
Yxy20.35700.26100.2580
Hunter Lab45.11872.5164-18.3073
CIE-Lab52.23856.1789-23.1166

#717ba4 color RGB value is (113,123,164).

#717ba4 hex color red value is 113, green value is 123 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #717ba4 hue: 0.63 , saturation: 0.22 and the lightness value of 717ba4 is 0.54.

The process color (four color CMYK) of #717ba4 color hex is 0.31, 0.25, 0.00, 0.36. Web safe color of #717ba4 is #666699. Color #717ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 10100100
Octal 161 173 244
Decimal 113 123 164
Hex 71 7B A4

RGB Percentages of Color #717ba4

%28.25
%30.75
%41.00

CMYK Percentages of Color #717ba4

%31
%25
%0
%36

Triadic Colors of #717ba4

#717ba4 #a4717b #7ba471

Analogous Colors of #717ba4

#717ba4 #8171a4 #7195a4

Monochromatic Colors of #717ba4

#717ba4

Complementary Color

#717ba4 #a49a71

#717ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717ba4 Color CSS Codes

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

#717ba4 Text Font Color

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

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


#717ba4 Background Color

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

This div background color is #717ba4


#717ba4 Border Color

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

This div border color is #717ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717ba4


Comments

No comments written yet.

Please login to write comment.