Color Hex Logo

#717abc Color Hex

#717ABC
(113,122,188)
0 Favorites   0 Comments

Color spaces of #717abc

RGB 113122188
HSL0.650.360.59
HSV233°40°74°
CMYK 0.400.350.00   0.26
XYZ22.846721.060650.4379
Yxy21.06060.24220.2232
Hunter Lab45.89188.5534-33.0390
CIE-Lab53.015813.4023-35.7567

#717abc color RGB value is (113,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 10111100
Octal 161 172 274
Decimal 113 122 188
Hex 71 7A BC

RGB Percentages of Color #717abc

%26.71
%28.84
%44.44

CMYK Percentages of Color #717abc

%40
%35
%0
%26

Triadic Colors of #717abc

#717abc #bc717a #7abc71

Analogous Colors of #717abc

#717abc #8e71bc #71a0bc

Monochromatic Colors of #717abc

#717abc

Complementary Color

#717abc #bcb371

#717abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#717abc Color CSS Codes

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

#717abc Text Font Color

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

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


#717abc Background Color

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

This div background color is #717abc


#717abc Border Color

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

This div border color is #717abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717abc


Comments

No comments written yet.

Please login to write comment.