Color Hex Logo

#717cdb Color Hex

#717CDB
(113,124,219)
0 Favorites   0 Comments

Color spaces of #717cdb

RGB 113124219
HSL0.650.600.65
HSV234°48°86°
CMYK 0.480.430.00   0.14
XYZ26.803923.040570.0524
Yxy23.04050.22360.1922
Hunter Lab48.000515.6750-52.9280
CIE-Lab55.114021.3603-50.0467

#717cdb color RGB value is (113,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 11011011
Octal 161 174 333
Decimal 113 124 219
Hex 71 7C DB

RGB Percentages of Color #717cdb

%24.78
%27.19
%48.03

CMYK Percentages of Color #717cdb

%48
%43
%0
%14

Triadic Colors of #717cdb

#717cdb #db717c #7cdb71

Analogous Colors of #717cdb

#717cdb #9b71db #71b1db

Monochromatic Colors of #717cdb

#717cdb

Complementary Color

#717cdb #dbd071

#717cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cdb Color CSS Codes

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

#717cdb Text Font Color

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

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


#717cdb Background Color

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

This div background color is #717cdb


#717cdb Border Color

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

This div border color is #717cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cdb


Comments

No comments written yet.

Please login to write comment.