Color Hex Logo

#717ada Color Hex

#717ADA
(113,122,218)
0 Favorites   0 Comments

Color spaces of #717ada

RGB 113122218
HSL0.650.590.65
HSV235°48°85°
CMYK 0.480.440.00   0.15
XYZ26.424522.491769.2783
Yxy22.49170.22360.1903
Hunter Lab47.425416.4622-53.4121
CIE-Lab54.544922.2591-50.3896

#717ada color RGB value is (113,122,218).

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

The process color (four color CMYK) of #717ada color hex is 0.48, 0.44, 0.00, 0.15. Web safe color of #717ada is #6666cc. Color #717ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 11011010
Octal 161 172 332
Decimal 113 122 218
Hex 71 7A DA

RGB Percentages of Color #717ada

%24.94
%26.93
%48.12

CMYK Percentages of Color #717ada

%48
%44
%0
%15

Triadic Colors of #717ada

#717ada #da717a #7ada71

Analogous Colors of #717ada

#717ada #9d71da #71afda

Monochromatic Colors of #717ada

#717ada

Complementary Color

#717ada #dad171

#717ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#717ada Color CSS Codes

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

#717ada Text Font Color

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

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


#717ada Background Color

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

This div background color is #717ada


#717ada Border Color

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

This div border color is #717ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717ada


Comments

No comments written yet.

Please login to write comment.