Color Hex Logo

#5380af Color Hex

#5380AF
(83,128,175)
0 Favorites   0 Comments

Color spaces of #5380af

RGB 83128175
HSL0.590.370.51
HSV211°53°69°
CMYK 0.530.270.00   0.31
XYZ19.024320.372543.4870
Yxy20.37250.22950.2458
Hunter Lab45.1359-3.7520-25.5289
CIE-Lab52.2558-1.7278-29.6042

#5380af color RGB value is (83,128,175).

#5380af hex color red value is 83, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5380af hue: 0.59 , saturation: 0.37 and the lightness value of 5380af is 0.51.

The process color (four color CMYK) of #5380af color hex is 0.53, 0.27, 0.00, 0.31. Web safe color of #5380af is #669999. Color #5380af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 10101111
Octal 123 200 257
Decimal 83 128 175
Hex 53 80 AF

RGB Percentages of Color #5380af

%21.50
%33.16
%45.34

CMYK Percentages of Color #5380af

%53
%27
%0
%31

Triadic Colors of #5380af

#5380af #af5380 #80af53

Analogous Colors of #5380af

#5380af #5453af #53aeaf

Monochromatic Colors of #5380af

#5380af

Complementary Color

#5380af #af8253

#5380af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5380af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5380af Color CSS Codes

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

#5380af Text Font Color

<p style="color:#5380af">Text here</p>

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


#5380af Background Color

<div style="background-color:#5380af">
Div content here</div>

This div background color is #5380af


#5380af Border Color

<div style="border:3px solid #5380af">
Div here</div>

This div border color is #5380af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,128,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5380af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5380af;
  -webkit-box-shadow: 1px 1px 3px 2px #5380af;
  box-shadow:         1px 1px 3px 2px #5380af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,128,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5380af


Comments

No comments written yet.

Please login to write comment.