Color Hex Logo

#717bdd Color Hex

#717BDD
(113,123,221)
0 Favorites   0 Comments

Color spaces of #717bdd

RGB 113123221
HSL0.650.610.65
HSV234°49°87°
CMYK 0.490.440.00   0.13
XYZ26.944222.897171.4061
Yxy22.89710.22220.1888
Hunter Lab47.850916.7718-54.9806
CIE-Lab54.966222.5686-51.4066

#717bdd color RGB value is (113,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 11011101
Octal 161 173 335
Decimal 113 123 221
Hex 71 7B DD

RGB Percentages of Color #717bdd

%24.73
%26.91
%48.36

CMYK Percentages of Color #717bdd

%49
%44
%0
%13

Triadic Colors of #717bdd

#717bdd #dd717b #7bdd71

Analogous Colors of #717bdd

#717bdd #9d71dd #71b1dd

Monochromatic Colors of #717bdd

#717bdd

Complementary Color

#717bdd #ddd371

#717bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#717bdd Color CSS Codes

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

#717bdd Text Font Color

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

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


#717bdd Background Color

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

This div background color is #717bdd


#717bdd Border Color

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

This div border color is #717bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717bdd


Comments

No comments written yet.

Please login to write comment.