Color Hex Logo

#5319fd Color Hex

#5319FD
(83,25,253)
0 Favorites   0 Comments

Color spaces of #5319fd

RGB 8325253
HSL0.710.980.55
HSV255°90°99°
CMYK 0.670.900.00   0.01
XYZ21.64459.626193.6457
Yxy9.62610.17330.0771
Hunter Lab31.026070.2307-157.2369
CIE-Lab37.162876.1824-98.5379

#5319fd color RGB value is (83,25,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 11111101
Octal 123 31 375
Decimal 83 25 253
Hex 53 19 FD

RGB Percentages of Color #5319fd

%22.99
%6.93
%70.08

CMYK Percentages of Color #5319fd

%67
%90
%0
%1

Triadic Colors of #5319fd

#5319fd #fd5319 #19fd53

Analogous Colors of #5319fd

#5319fd #c519fd #1951fd

Monochromatic Colors of #5319fd

#5319fd

Complementary Color

#5319fd #c3fd19

#5319fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5319fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5319fd Color CSS Codes

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

#5319fd Text Font Color

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

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


#5319fd Background Color

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

This div background color is #5319fd


#5319fd Border Color

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

This div border color is #5319fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5319fd

Related Colors


Comments

No comments written yet.

Please login to write comment.