Color Hex Logo

#5305ff Color Hex

#5305FF
(83,5,255)
0 Favorites   0 Comments

Color spaces of #5305ff

RGB 835255
HSL0.721.000.51
HSV259°98°100°
CMYK 0.670.980.00   0.00
XYZ21.67159.167595.2350
Yxy9.16750.17190.0727
Hunter Lab30.277974.7757-165.2942
CIE-Lab36.304880.0077-101.0872

#5305ff color RGB value is (83,5,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 11111111
Octal 123 5 377
Decimal 83 5 255
Hex 53 5 FF

RGB Percentages of Color #5305ff

%24.20
%1.46
%74.34

CMYK Percentages of Color #5305ff

%67
%98
%0
%0

Triadic Colors of #5305ff

#5305ff #ff5305 #05ff53

Analogous Colors of #5305ff

#5305ff #d005ff #0534ff

Monochromatic Colors of #5305ff

#5305ff

Complementary Color

#5305ff #b1ff05

#5305ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5305ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5305ff Color CSS Codes

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

#5305ff Text Font Color

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

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


#5305ff Background Color

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

This div background color is #5305ff


#5305ff Border Color

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

This div border color is #5305ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5305ff

Related Colors


Comments

No comments written yet.

Please login to write comment.