Color Hex Logo

#5483fe Color Hex

#5483FE
(84,131,254)
0 Favorites   0 Comments

Color spaces of #5483fe

RGB 84131254
HSL0.620.990.66
HSV223°67°100°
CMYK 0.670.480.00   0.00
XYZ29.661825.273297.0808
Yxy25.27320.19510.1663
Hunter Lab50.272517.3419-79.3038
CIE-Lab57.340623.0249-66.0463

#5483fe color RGB value is (84,131,254).

#5483fe hex color red value is 84, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5483fe hue: 0.62 , saturation: 0.99 and the lightness value of 5483fe is 0.66.

The process color (four color CMYK) of #5483fe color hex is 0.67, 0.48, 0.00, 0.00. Web safe color of #5483fe is #6699ff. Color #5483fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000011 11111110
Octal 124 203 376
Decimal 84 131 254
Hex 54 83 FE

RGB Percentages of Color #5483fe

%17.91
%27.93
%54.16

CMYK Percentages of Color #5483fe

%67
%48
%0
%0

Triadic Colors of #5483fe

#5483fe #fe5483 #83fe54

Analogous Colors of #5483fe

#5483fe #7a54fe #54d8fe

Monochromatic Colors of #5483fe

#5483fe

Complementary Color

#5483fe #fecf54

#5483fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5483fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5483fe Color CSS Codes

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

#5483fe Text Font Color

<p style="color:#5483fe">Text here</p>

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


#5483fe Background Color

<div style="background-color:#5483fe">
Div content here</div>

This div background color is #5483fe


#5483fe Border Color

<div style="border:3px solid #5483fe">
Div here</div>

This div border color is #5483fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,131,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5483fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5483fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5483fe;
  box-shadow:         1px 1px 3px 2px #5483fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5483fe


Comments

No comments written yet.

Please login to write comment.