Color Hex Logo

#5371ce Color Hex

#5371CE
(83,113,206)
0 Favorites   0 Comments

Color spaces of #5371ce

RGB 83113206
HSL0.630.560.57
HSV225°60°81°
CMYK 0.600.450.00   0.19
XYZ20.613018.105560.8008
Yxy18.10550.20710.1819
Hunter Lab42.550612.0083-54.9345
CIE-Lab49.623817.5417-51.5502

#5371ce color RGB value is (83,113,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 11001110
Octal 123 161 316
Decimal 83 113 206
Hex 53 71 CE

RGB Percentages of Color #5371ce

%20.65
%28.11
%51.24

CMYK Percentages of Color #5371ce

%60
%45
%0
%19

Triadic Colors of #5371ce

#5371ce #ce5371 #71ce53

Analogous Colors of #5371ce

#5371ce #7353ce #53afce

Monochromatic Colors of #5371ce

#5371ce

Complementary Color

#5371ce #ceb053

#5371ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5371ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5371ce Color CSS Codes

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

#5371ce Text Font Color

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

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


#5371ce Background Color

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

This div background color is #5371ce


#5371ce Border Color

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

This div border color is #5371ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,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 #5371ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5371ce


Comments

No comments written yet.

Please login to write comment.