Color Hex Logo

#5381fe Color Hex

#5381FE
(83,129,254)
0 Favorites   0 Comments

Color spaces of #5381fe

RGB 83129254
HSL0.620.990.66
HSV224°67°100°
CMYK 0.670.490.00   0.00
XYZ29.306924.695396.9880
Yxy24.69530.19410.1636
Hunter Lab49.694418.3040-80.9296
CIE-Lab56.777324.0949-66.9562

#5381fe color RGB value is (83,129,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 11111110
Octal 123 201 376
Decimal 83 129 254
Hex 53 81 FE

RGB Percentages of Color #5381fe

%17.81
%27.68
%54.51

CMYK Percentages of Color #5381fe

%67
%49
%0
%0

Triadic Colors of #5381fe

#5381fe #fe5381 #81fe53

Analogous Colors of #5381fe

#5381fe #7b53fe #53d7fe

Monochromatic Colors of #5381fe

#5381fe

Complementary Color

#5381fe #fed053

#5381fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5381fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5381fe Color CSS Codes

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

#5381fe Text Font Color

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

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


#5381fe Background Color

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

This div background color is #5381fe


#5381fe Border Color

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

This div border color is #5381fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,129,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 #5381fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5381fe

Related Colors


Comments

No comments written yet.

Please login to write comment.