Color Hex Logo

#5a21db Color Hex

#5A21DB
(90,33,219)
0 Favorites   0 Comments

Color spaces of #5a21db

RGB 9033219
HSL0.720.740.49
HSV258°85°86°
CMYK 0.590.850.00   0.14
XYZ17.54658.375867.7097
Yxy8.37580.18740.0895
Hunter Lab28.941057.5753-118.4550
CIE-Lab34.753665.9345-83.2043

#5a21db color RGB value is (90,33,219).

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

The process color (four color CMYK) of #5a21db color hex is 0.59, 0.85, 0.00, 0.14. Web safe color of #5a21db is #6633cc. Color #5a21db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00100001 11011011
Octal 132 41 333
Decimal 90 33 219
Hex 5A 21 DB

RGB Percentages of Color #5a21db

%26.32
%9.65
%64.04

CMYK Percentages of Color #5a21db

%59
%85
%0
%14

Triadic Colors of #5a21db

#5a21db #db5a21 #21db5a

Analogous Colors of #5a21db

#5a21db #b721db #2145db

Monochromatic Colors of #5a21db

#5a21db

Complementary Color

#5a21db #a2db21

#5a21db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a21db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a21db Color CSS Codes

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

#5a21db Text Font Color

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

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


#5a21db Background Color

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

This div background color is #5a21db


#5a21db Border Color

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

This div border color is #5a21db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a21db


Comments

No comments written yet.

Please login to write comment.