Color Hex Logo

#5383ce Color Hex

#5383CE
(83,131,206)
0 Favorites   0 Comments

Color spaces of #5383ce

RGB 83131206
HSL0.600.560.57
HSV217°60°81°
CMYK 0.600.360.00   0.19
XYZ22.824222.527861.5379
Yxy22.52780.21350.2108
Hunter Lab47.46352.7759-43.6470
CIE-Lab54.58266.5466-43.6635

#5383ce color RGB value is (83,131,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 11001110
Octal 123 203 316
Decimal 83 131 206
Hex 53 83 CE

RGB Percentages of Color #5383ce

%19.76
%31.19
%49.05

CMYK Percentages of Color #5383ce

%60
%36
%0
%19

Triadic Colors of #5383ce

#5383ce #ce5383 #83ce53

Analogous Colors of #5383ce

#5383ce #6153ce #53c1ce

Monochromatic Colors of #5383ce

#5383ce

Complementary Color

#5383ce #ce9e53

#5383ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5383ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5383ce Color CSS Codes

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

#5383ce Text Font Color

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

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


#5383ce Background Color

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

This div background color is #5383ce


#5383ce Border Color

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

This div border color is #5383ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5383ce


Comments

No comments written yet.

Please login to write comment.