Color Hex Logo

#717ddc Color Hex

#717DDC
(113,125,220)
0 Favorites   0 Comments

Color spaces of #717ddc

RGB 113125220
HSL0.650.600.65
HSV233°49°86°
CMYK 0.490.430.00   0.14
XYZ27.061923.345270.7899
Yxy23.34520.22330.1926
Hunter Lab48.316915.4219-53.0450
CIE-Lab55.426121.0636-50.1123

#717ddc color RGB value is (113,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111101 11011100
Octal 161 175 334
Decimal 113 125 220
Hex 71 7D DC

RGB Percentages of Color #717ddc

%24.67
%27.29
%48.03

CMYK Percentages of Color #717ddc

%49
%43
%0
%14

Triadic Colors of #717ddc

#717ddc #dc717d #7ddc71

Analogous Colors of #717ddc

#717ddc #9b71dc #71b3dc

Monochromatic Colors of #717ddc

#717ddc

Complementary Color

#717ddc #dcd071

#717ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#717ddc Color CSS Codes

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

#717ddc Text Font Color

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

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


#717ddc Background Color

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

This div background color is #717ddc


#717ddc Border Color

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

This div border color is #717ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717ddc


Comments

No comments written yet.

Please login to write comment.