Color Hex Logo

#5304bd Color Hex

#5304BD
(83,4,189)
0 Favorites   0 Comments

Color spaces of #5304bd

RGB 834189
HSL0.740.960.38
HSV266°98°74°
CMYK 0.560.980.00   0.26
XYZ12.79605.600048.5506
Yxy5.60000.19110.0836
Hunter Lab23.664355.1077-105.0766
CIE-Lab28.380064.9675-76.2774

#5304bd color RGB value is (83,4,189).

#5304bd hex color red value is 83, green value is 4 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5304bd hue: 0.74 , saturation: 0.96 and the lightness value of 5304bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 10111101
Octal 123 4 275
Decimal 83 4 189
Hex 53 4 BD

RGB Percentages of Color #5304bd

%30.07
%1.45
%68.48

CMYK Percentages of Color #5304bd

%56
%98
%0
%26

Triadic Colors of #5304bd

#5304bd #bd5304 #04bd53

Analogous Colors of #5304bd

#5304bd #b004bd #0411bd

Monochromatic Colors of #5304bd

#5304bd

Complementary Color

#5304bd #6ebd04

#5304bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5304bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5304bd Color CSS Codes

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

#5304bd Text Font Color

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

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


#5304bd Background Color

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

This div background color is #5304bd


#5304bd Border Color

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

This div border color is #5304bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5304bd


Comments

No comments written yet.

Please login to write comment.