Color Hex Logo

#5319fb Color Hex

#5319FB
(83,25,251)
0 Favorites   0 Comments

Color spaces of #5319fb

RGB 8325251
HSL0.710.970.54
HSV255°90°98°
CMYK 0.670.900.00   0.02
XYZ21.32759.499391.9763
Yxy9.49930.17370.0774
Hunter Lab30.820969.5820-155.3595
CIE-Lab36.928475.6950-97.8052

#5319fb color RGB value is (83,25,251).

#5319fb hex color red value is 83, green value is 25 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5319fb hue: 0.71 , saturation: 0.97 and the lightness value of 5319fb is 0.54.

The process color (four color CMYK) of #5319fb color hex is 0.67, 0.90, 0.00, 0.02. Web safe color of #5319fb is #6600ff. Color #5319fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 11111011
Octal 123 31 373
Decimal 83 25 251
Hex 53 19 FB

RGB Percentages of Color #5319fb

%23.12
%6.96
%69.92

CMYK Percentages of Color #5319fb

%67
%90
%0
%2

Triadic Colors of #5319fb

#5319fb #fb5319 #19fb53

Analogous Colors of #5319fb

#5319fb #c419fb #1950fb

Monochromatic Colors of #5319fb

#5319fb

Complementary Color

#5319fb #c1fb19

#5319fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5319fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5319fb Color CSS Codes

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

#5319fb Text Font Color

<p style="color:#5319fb">Text here</p>

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


#5319fb Background Color

<div style="background-color:#5319fb">
Div content here</div>

This div background color is #5319fb


#5319fb Border Color

<div style="border:3px solid #5319fb">
Div here</div>

This div border color is #5319fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,25,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5319fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5319fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5319fb;
  box-shadow:         1px 1px 3px 2px #5319fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5319fb

#5319fb Color Palettes


Comments

No comments written yet.

Please login to write comment.