Color Hex Logo

#717abb Color Hex

#717ABB
(113,122,187)
0 Favorites   0 Comments

Color spaces of #717abb

RGB 113122187
HSL0.650.350.59
HSV233°40°73°
CMYK 0.400.350.00   0.27
XYZ22.739221.017649.8720
Yxy21.01760.24290.2245
Hunter Lab45.84508.3077-32.4066
CIE-Lab52.968813.1165-35.2568

#717abb color RGB value is (113,122,187).

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

The process color (four color CMYK) of #717abb color hex is 0.40, 0.35, 0.00, 0.27. Web safe color of #717abb is #6666cc. Color #717abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 10111011
Octal 161 172 273
Decimal 113 122 187
Hex 71 7A BB

RGB Percentages of Color #717abb

%26.78
%28.91
%44.31

CMYK Percentages of Color #717abb

%40
%35
%0
%27

Triadic Colors of #717abb

#717abb #bb717a #7abb71

Analogous Colors of #717abb

#717abb #8d71bb #719fbb

Monochromatic Colors of #717abb

#717abb

Complementary Color

#717abb #bbb271

#717abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#717abb Color CSS Codes

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

#717abb Text Font Color

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

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


#717abb Background Color

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

This div background color is #717abb


#717abb Border Color

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

This div border color is #717abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717abb


Comments

No comments written yet.

Please login to write comment.