Color Hex Logo

#5a10eb Color Hex

#5A10EB
(90,16,235)
0 Favorites   0 Comments

Color spaces of #5a10eb

RGB 9016235
HSL0.720.870.49
HSV260°93°92°
CMYK 0.620.930.00   0.08
XYZ19.39718.542479.2238
Yxy8.54240.18100.0797
Hunter Lab29.227467.3157-140.2524
CIE-Lab35.087974.1699-91.8025

#5a10eb color RGB value is (90,16,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 00010000 11101011
Octal 132 20 353
Decimal 90 16 235
Hex 5A 10 EB

RGB Percentages of Color #5a10eb

%26.39
%4.69
%68.91

CMYK Percentages of Color #5a10eb

%62
%93
%0
%8

Triadic Colors of #5a10eb

#5a10eb #eb5a10 #10eb5a

Analogous Colors of #5a10eb

#5a10eb #c810eb #1034eb

Monochromatic Colors of #5a10eb

#5a10eb

Complementary Color

#5a10eb #a1eb10

#5a10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a10eb Color CSS Codes

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

#5a10eb Text Font Color

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

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


#5a10eb Background Color

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

This div background color is #5a10eb


#5a10eb Border Color

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

This div border color is #5a10eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,16,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 #5a10eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a10eb


Comments

No comments written yet.

Please login to write comment.