Color Hex Logo

#5a17eb Color Hex

#5A17EB
(90,23,235)
0 Favorites   0 Comments

Color spaces of #5a17eb

RGB 9023235
HSL0.720.840.51
HSV259°90°92°
CMYK 0.620.900.00   0.08
XYZ19.51828.784679.2641
Yxy8.78460.18150.0817
Hunter Lab29.638865.6805-137.8140
CIE-Lab35.566272.7194-91.0083

#5a17eb color RGB value is (90,23,235).

#5a17eb hex color red value is 90, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5a17eb hue: 0.72 , saturation: 0.84 and the lightness value of 5a17eb is 0.51.

The process color (four color CMYK) of #5a17eb color hex is 0.62, 0.90, 0.00, 0.08. Web safe color of #5a17eb is #6600ff. Color #5a17eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00010111 11101011
Octal 132 27 353
Decimal 90 23 235
Hex 5A 17 EB

RGB Percentages of Color #5a17eb

%25.86
%6.61
%67.53

CMYK Percentages of Color #5a17eb

%62
%90
%0
%8

Triadic Colors of #5a17eb

#5a17eb #eb5a17 #17eb5a

Analogous Colors of #5a17eb

#5a17eb #c417eb #173eeb

Monochromatic Colors of #5a17eb

#5a17eb

Complementary Color

#5a17eb #a8eb17

#5a17eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a17eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a17eb Color CSS Codes

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

#5a17eb Text Font Color

<p style="color:#5a17eb">Text here</p>

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


#5a17eb Background Color

<div style="background-color:#5a17eb">
Div content here</div>

This div background color is #5a17eb


#5a17eb Border Color

<div style="border:3px solid #5a17eb">
Div here</div>

This div border color is #5a17eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,23,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a17eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a17eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5a17eb;
  box-shadow:         1px 1px 3px 2px #5a17eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,23,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a17eb


Comments

No comments written yet.

Please login to write comment.