Color Hex Logo

#717bd4 Color Hex

#717BD4
(113,123,212)
0 Favorites   0 Comments

Color spaces of #717bd4

RGB 113123212
HSL0.650.540.64
HSV234°47°83°
CMYK 0.470.420.00   0.17
XYZ25.776722.430165.2582
Yxy22.43010.22720.1977
Hunter Lab47.360414.2708-48.5437
CIE-Lab54.480419.8482-47.1069

#717bd4 color RGB value is (113,123,212).

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

The process color (four color CMYK) of #717bd4 color hex is 0.47, 0.42, 0.00, 0.17. Web safe color of #717bd4 is #6666cc. Color #717bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 11010100
Octal 161 173 324
Decimal 113 123 212
Hex 71 7B D4

RGB Percentages of Color #717bd4

%25.22
%27.46
%47.32

CMYK Percentages of Color #717bd4

%47
%42
%0
%17

Triadic Colors of #717bd4

#717bd4 #d4717b #7bd471

Analogous Colors of #717bd4

#717bd4 #9971d4 #71add4

Monochromatic Colors of #717bd4

#717bd4

Complementary Color

#717bd4 #d4ca71

#717bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717bd4 Color CSS Codes

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

#717bd4 Text Font Color

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

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


#717bd4 Background Color

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

This div background color is #717bd4


#717bd4 Border Color

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

This div border color is #717bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717bd4


Comments

No comments written yet.

Please login to write comment.