Color Hex Logo

#5183ce Color Hex

#5183CE
(81,131,206)
0 Favorites   0 Comments

Color spaces of #5183ce

RGB 81131206
HSL0.600.560.56
HSV216°61°81°
CMYK 0.610.360.00   0.19
XYZ22.650222.438261.5297
Yxy22.43820.21240.2105
Hunter Lab47.36902.4568-43.8562
CIE-Lab54.48896.1587-43.8177

#5183ce color RGB value is (81,131,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000011 11001110
Octal 121 203 316
Decimal 81 131 206
Hex 51 83 CE

RGB Percentages of Color #5183ce

%19.38
%31.34
%49.28

CMYK Percentages of Color #5183ce

%61
%36
%0
%19

Triadic Colors of #5183ce

#5183ce #ce5183 #83ce51

Analogous Colors of #5183ce

#5183ce #5e51ce #51c2ce

Monochromatic Colors of #5183ce

#5183ce

Complementary Color

#5183ce #ce9c51

#5183ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5183ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5183ce Color CSS Codes

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

#5183ce Text Font Color

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

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


#5183ce Background Color

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

This div background color is #5183ce


#5183ce Border Color

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

This div border color is #5183ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5183ce


Comments

No comments written yet.

Please login to write comment.