Color Hex Logo

#5a20bd Color Hex

#5A20BD
(90,32,189)
0 Favorites   0 Comments

Color spaces of #5a20bd

RGB 9032189
HSL0.730.710.43
HSV262°83°74°
CMYK 0.520.830.00   0.26
XYZ13.91836.880848.7387
Yxy6.88080.20020.0990
Hunter Lab26.231348.8072-91.8011
CIE-Lab31.534058.6558-71.0366

#5a20bd color RGB value is (90,32,189).

#5a20bd hex color red value is 90, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5a20bd hue: 0.73 , saturation: 0.71 and the lightness value of 5a20bd is 0.43.

The process color (four color CMYK) of #5a20bd color hex is 0.52, 0.83, 0.00, 0.26. Web safe color of #5a20bd is #6633cc. Color #5a20bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00100000 10111101
Octal 132 40 275
Decimal 90 32 189
Hex 5A 20 BD

RGB Percentages of Color #5a20bd

%28.94
%10.29
%60.77

CMYK Percentages of Color #5a20bd

%52
%83
%0
%26

Triadic Colors of #5a20bd

#5a20bd #bd5a20 #20bd5a

Analogous Colors of #5a20bd

#5a20bd #a920bd #2034bd

Monochromatic Colors of #5a20bd

#5a20bd

Complementary Color

#5a20bd #83bd20

#5a20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a20bd Color CSS Codes

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

#5a20bd Text Font Color

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

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


#5a20bd Background Color

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

This div background color is #5a20bd


#5a20bd Border Color

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

This div border color is #5a20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a20bd


Comments

No comments written yet.

Please login to write comment.