Color Hex Logo

#5171ce Color Hex

#5171CE
(81,113,206)
0 Favorites   0 Comments

Color spaces of #5171ce

RGB 81113206
HSL0.620.560.56
HSV225°61°81°
CMYK 0.610.450.00   0.19
XYZ20.439018.015860.7927
Yxy18.01580.20590.1815
Hunter Lab42.445011.6762-55.2077
CIE-Lab49.515317.1620-51.7301

#5171ce color RGB value is (81,113,206).

#5171ce hex color red value is 81, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5171ce hue: 0.62 , saturation: 0.56 and the lightness value of 5171ce is 0.56.

The process color (four color CMYK) of #5171ce color hex is 0.61, 0.45, 0.00, 0.19. Web safe color of #5171ce is #6666cc. Color #5171ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 11001110
Octal 121 161 316
Decimal 81 113 206
Hex 51 71 CE

RGB Percentages of Color #5171ce

%20.25
%28.25
%51.50

CMYK Percentages of Color #5171ce

%61
%45
%0
%19

Triadic Colors of #5171ce

#5171ce #ce5171 #71ce51

Analogous Colors of #5171ce

#5171ce #7051ce #51b0ce

Monochromatic Colors of #5171ce

#5171ce

Complementary Color

#5171ce #ceae51

#5171ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5171ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5171ce Color CSS Codes

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

#5171ce Text Font Color

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

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


#5171ce Background Color

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

This div background color is #5171ce


#5171ce Border Color

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

This div border color is #5171ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5171ce


Comments

No comments written yet.

Please login to write comment.