Color Hex Logo

#5354fa Color Hex

#5354FA
(83,84,250)
0 Favorites   0 Comments

Color spaces of #5354fa

RGB 8384250
HSL0.670.940.65
HSV240°67°98°
CMYK 0.670.660.00   0.02
XYZ23.992915.081892.0890
Yxy15.08180.18290.1150
Hunter Lab38.835342.3176-113.4079
CIE-Lab45.746049.8516-82.6795

#5354fa color RGB value is (83,84,250).

#5354fa hex color red value is 83, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5354fa hue: 0.67 , saturation: 0.94 and the lightness value of 5354fa is 0.65.

The process color (four color CMYK) of #5354fa color hex is 0.67, 0.66, 0.00, 0.02. Web safe color of #5354fa is #6666ff. Color #5354fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 11111010
Octal 123 124 372
Decimal 83 84 250
Hex 53 54 FA

RGB Percentages of Color #5354fa

%19.90
%20.14
%59.95

CMYK Percentages of Color #5354fa

%67
%66
%0
%2

Triadic Colors of #5354fa

#5354fa #fa5354 #54fa53

Analogous Colors of #5354fa

#5354fa #a653fa #53a8fa

Monochromatic Colors of #5354fa

#5354fa

Complementary Color

#5354fa #faf953

#5354fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5354fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5354fa Color CSS Codes

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

#5354fa Text Font Color

<p style="color:#5354fa">Text here</p>

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


#5354fa Background Color

<div style="background-color:#5354fa">
Div content here</div>

This div background color is #5354fa


#5354fa Border Color

<div style="border:3px solid #5354fa">
Div here</div>

This div border color is #5354fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,84,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5354fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5354fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5354fa;
  box-shadow:         1px 1px 3px 2px #5354fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5354fa


Comments

No comments written yet.

Please login to write comment.