Color Hex Logo

#717cda Color Hex

#717CDA
(113,124,218)
0 Favorites   0 Comments

Color spaces of #717cda

RGB 113124218
HSL0.650.590.65
HSV234°48°85°
CMYK 0.480.430.00   0.15
XYZ26.672622.988069.3610
Yxy22.98800.22410.1931
Hunter Lab47.945815.3957-52.2101
CIE-Lab55.060021.0570-49.5699

#717cda color RGB value is (113,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 11011010
Octal 161 174 332
Decimal 113 124 218
Hex 71 7C DA

RGB Percentages of Color #717cda

%24.84
%27.25
%47.91

CMYK Percentages of Color #717cda

%48
%43
%0
%15

Triadic Colors of #717cda

#717cda #da717c #7cda71

Analogous Colors of #717cda

#717cda #9b71da #71b1da

Monochromatic Colors of #717cda

#717cda

Complementary Color

#717cda #dacf71

#717cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cda Color CSS Codes

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

#717cda Text Font Color

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

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


#717cda Background Color

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

This div background color is #717cda


#717cda Border Color

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

This div border color is #717cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cda


Comments

No comments written yet.

Please login to write comment.