Color Hex Logo

#5304ff Color Hex

#5304FF
(83,4,255)
0 Favorites   0 Comments

Color spaces of #5304ff

RGB 834255
HSL0.721.000.51
HSV259°98°100°
CMYK 0.670.980.00   0.00
XYZ21.66079.145895.2314
Yxy9.14580.17190.0726
Hunter Lab30.242074.9262-165.5334
CIE-Lab36.263580.1349-101.1560

#5304ff color RGB value is (83,4,255).

#5304ff hex color red value is 83, green value is 4 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5304ff hue: 0.72 , saturation: 1.00 and the lightness value of 5304ff is 0.51.

The process color (four color CMYK) of #5304ff color hex is 0.67, 0.98, 0.00, 0.00. Web safe color of #5304ff is #6600ff. Color #5304ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 11111111
Octal 123 4 377
Decimal 83 4 255
Hex 53 4 FF

RGB Percentages of Color #5304ff

%24.27
%1.17
%74.56

CMYK Percentages of Color #5304ff

%67
%98
%0
%0

Triadic Colors of #5304ff

#5304ff #ff5304 #04ff53

Analogous Colors of #5304ff

#5304ff #d104ff #0433ff

Monochromatic Colors of #5304ff

#5304ff

Complementary Color

#5304ff #b0ff04

#5304ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5304ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5304ff Color CSS Codes

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

#5304ff Text Font Color

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

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


#5304ff Background Color

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

This div background color is #5304ff


#5304ff Border Color

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

This div border color is #5304ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5304ff

Related Colors


Comments

No comments written yet.

Please login to write comment.