Color Hex Logo

#5171d5 Color Hex

#5171D5
(81,113,213)
0 Favorites   0 Comments

Color spaces of #5171d5

RGB 81113213
HSL0.630.610.58
HSV225°62°84°
CMYK 0.620.470.00   0.16
XYZ21.308718.363765.3722
Yxy18.36370.20290.1748
Hunter Lab42.852913.7670-60.4500
CIE-Lab49.934319.5457-55.0432

#5171d5 color RGB value is (81,113,213).

#5171d5 hex color red value is 81, green value is 113 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5171d5 hue: 0.63 , saturation: 0.61 and the lightness value of 5171d5 is 0.58.

The process color (four color CMYK) of #5171d5 color hex is 0.62, 0.47, 0.00, 0.16. Web safe color of #5171d5 is #6666cc. Color #5171d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 11010101
Octal 121 161 325
Decimal 81 113 213
Hex 51 71 D5

RGB Percentages of Color #5171d5

%19.90
%27.76
%52.33

CMYK Percentages of Color #5171d5

%62
%47
%0
%16

Triadic Colors of #5171d5

#5171d5 #d55171 #71d551

Analogous Colors of #5171d5

#5171d5 #7351d5 #51b3d5

Monochromatic Colors of #5171d5

#5171d5

Complementary Color

#5171d5 #d5b551

#5171d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5171d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5171d5 Color CSS Codes

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

#5171d5 Text Font Color

<p style="color:#5171d5">Text here</p>

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


#5171d5 Background Color

<div style="background-color:#5171d5">
Div content here</div>

This div background color is #5171d5


#5171d5 Border Color

<div style="border:3px solid #5171d5">
Div here</div>

This div border color is #5171d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,113,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5171d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5171d5;
  -webkit-box-shadow: 1px 1px 3px 2px #5171d5;
  box-shadow:         1px 1px 3px 2px #5171d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5171d5


Comments

No comments written yet.

Please login to write comment.