Color Hex Logo

#5415fd Color Hex

#5415FD
(84,21,253)
0 Favorites   0 Comments

Color spaces of #5415fd

RGB 8421253
HSL0.710.980.54
HSV256°92°99°
CMYK 0.670.920.00   0.01
XYZ21.65399.513093.6234
Yxy9.51300.17350.0762
Hunter Lab30.843271.3431-158.3827
CIE-Lab36.953877.1276-98.8832

#5415fd color RGB value is (84,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010101 11111101
Octal 124 25 375
Decimal 84 21 253
Hex 54 15 FD

RGB Percentages of Color #5415fd

%23.46
%5.87
%70.67

CMYK Percentages of Color #5415fd

%67
%92
%0
%1

Triadic Colors of #5415fd

#5415fd #fd5415 #15fd54

Analogous Colors of #5415fd

#5415fd #c815fd #154afd

Monochromatic Colors of #5415fd

#5415fd

Complementary Color

#5415fd #befd15

#5415fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5415fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5415fd Color CSS Codes

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

#5415fd Text Font Color

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

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


#5415fd Background Color

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

This div background color is #5415fd


#5415fd Border Color

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

This div border color is #5415fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,21,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 #5415fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5415fd

Related Colors


Comments

No comments written yet.

Please login to write comment.