Color Hex Logo

#717bda Color Hex

#717BDA
(113,123,218)
0 Favorites   0 Comments

Color spaces of #717bda

RGB 113123218
HSL0.650.590.65
HSV234°48°85°
CMYK 0.480.440.00   0.15
XYZ26.547922.738669.3194
Yxy22.73860.22380.1917
Hunter Lab47.685015.9284-52.8100
CIE-Lab54.802121.6577-49.9802

#717bda color RGB value is (113,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 11011010
Octal 161 173 332
Decimal 113 123 218
Hex 71 7B DA

RGB Percentages of Color #717bda

%24.89
%27.09
%48.02

CMYK Percentages of Color #717bda

%48
%44
%0
%15

Triadic Colors of #717bda

#717bda #da717b #7bda71

Analogous Colors of #717bda

#717bda #9c71da #71b0da

Monochromatic Colors of #717bda

#717bda

Complementary Color

#717bda #dad071

#717bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#717bda Color CSS Codes

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

#717bda Text Font Color

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

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


#717bda Background Color

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

This div background color is #717bda


#717bda Border Color

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

This div border color is #717bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,123,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 #717bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717bda


Comments

No comments written yet.

Please login to write comment.