Color Hex Logo

#5304cb Color Hex

#5304CB
(83,4,203)
0 Favorites   0 Comments

Color spaces of #5304cb

RGB 834203
HSL0.730.960.41
HSV264°98°80°
CMYK 0.590.980.00   0.20
XYZ14.39026.237656.9454
Yxy6.23760.18550.0804
Hunter Lab24.975259.1415-117.7033
CIE-Lab30.004268.1953-81.8198

#5304cb color RGB value is (83,4,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 11001011
Octal 123 4 313
Decimal 83 4 203
Hex 53 4 CB

RGB Percentages of Color #5304cb

%28.62
%1.38
%70.00

CMYK Percentages of Color #5304cb

%59
%98
%0
%20

Triadic Colors of #5304cb

#5304cb #cb5304 #04cb53

Analogous Colors of #5304cb

#5304cb #b704cb #0419cb

Monochromatic Colors of #5304cb

#5304cb

Complementary Color

#5304cb #7ccb04

#5304cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5304cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5304cb Color CSS Codes

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

#5304cb Text Font Color

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

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


#5304cb Background Color

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

This div background color is #5304cb


#5304cb Border Color

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

This div border color is #5304cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5304cb


Comments

No comments written yet.

Please login to write comment.