Color Hex Logo

#5310bd Color Hex

#5310BD
(83,16,189)
0 Favorites   0 Comments

Color spaces of #5310bd

RGB 8316189
HSL0.730.840.40
HSV263°92°74°
CMYK 0.560.920.00   0.26
XYZ12.93795.883748.5979
Yxy5.88370.19190.0873
Hunter Lab24.256352.7601-101.8089
CIE-Lab29.117162.7340-75.0561

#5310bd color RGB value is (83,16,189).

#5310bd hex color red value is 83, green value is 16 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5310bd hue: 0.73 , saturation: 0.84 and the lightness value of 5310bd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 10111101
Octal 123 20 275
Decimal 83 16 189
Hex 53 10 BD

RGB Percentages of Color #5310bd

%28.82
%5.56
%65.63

CMYK Percentages of Color #5310bd

%56
%92
%0
%26

Triadic Colors of #5310bd

#5310bd #bd5310 #10bd53

Analogous Colors of #5310bd

#5310bd #aa10bd #1024bd

Monochromatic Colors of #5310bd

#5310bd

Complementary Color

#5310bd #7abd10

#5310bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5310bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5310bd Color CSS Codes

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

#5310bd Text Font Color

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

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


#5310bd Background Color

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

This div background color is #5310bd


#5310bd Border Color

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

This div border color is #5310bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5310bd


Comments

No comments written yet.

Please login to write comment.