Color Hex Logo

#5359fe Color Hex

#5359FE
(83,89,254)
0 Favorites   0 Comments

Color spaces of #5359fe

RGB 8389254
HSL0.660.990.66
HSV238°67°100°
CMYK 0.670.650.00   0.00
XYZ25.029116.139595.5620
Yxy16.13950.18310.1180
Hunter Lab40.174040.9041-112.9115
CIE-Lab47.157048.2551-82.5953

#5359fe color RGB value is (83,89,254).

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

The process color (four color CMYK) of #5359fe color hex is 0.67, 0.65, 0.00, 0.00. Web safe color of #5359fe is #6666ff. Color #5359fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 11111110
Octal 123 131 376
Decimal 83 89 254
Hex 53 59 FE

RGB Percentages of Color #5359fe

%19.48
%20.89
%59.62

CMYK Percentages of Color #5359fe

%67
%65
%0
%0

Triadic Colors of #5359fe

#5359fe #fe5359 #59fe53

Analogous Colors of #5359fe

#5359fe #a353fe #53affe

Monochromatic Colors of #5359fe

#5359fe

Complementary Color

#5359fe #fef853

#5359fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5359fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5359fe Color CSS Codes

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

#5359fe Text Font Color

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

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


#5359fe Background Color

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

This div background color is #5359fe


#5359fe Border Color

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

This div border color is #5359fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5359fe


Comments

No comments written yet.

Please login to write comment.