Color Hex Logo

#5380bd Color Hex

#5380BD
(83,128,189)
0 Favorites   0 Comments

Color spaces of #5380bd

RGB 83128189
HSL0.600.450.53
HSV215°56°74°
CMYK 0.560.320.00   0.26
XYZ20.471820.951551.1092
Yxy20.95150.22120.2264
Hunter Lab45.7728-0.2686-34.1613
CIE-Lab52.89642.7484-36.6461

#5380bd color RGB value is (83,128,189).

#5380bd hex color red value is 83, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5380bd hue: 0.60 , saturation: 0.45 and the lightness value of 5380bd is 0.53.

The process color (four color CMYK) of #5380bd color hex is 0.56, 0.32, 0.00, 0.26. Web safe color of #5380bd is #6699cc. Color #5380bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 10111101
Octal 123 200 275
Decimal 83 128 189
Hex 53 80 BD

RGB Percentages of Color #5380bd

%20.75
%32.00
%47.25

CMYK Percentages of Color #5380bd

%56
%32
%0
%26

Triadic Colors of #5380bd

#5380bd #bd5380 #80bd53

Analogous Colors of #5380bd

#5380bd #5b53bd #53b5bd

Monochromatic Colors of #5380bd

#5380bd

Complementary Color

#5380bd #bd9053

#5380bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5380bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5380bd Color CSS Codes

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

#5380bd Text Font Color

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

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


#5380bd Background Color

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

This div background color is #5380bd


#5380bd Border Color

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

This div border color is #5380bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5380bd


Comments

No comments written yet.

Please login to write comment.