Color Hex Logo

#5a0bda Color Hex

#5A0BDA
(90,11,218)
0 Favorites   0 Comments

Color spaces of #5a0bda

RGB 9011218
HSL0.730.900.45
HSV263°95°85°
CMYK 0.590.950.00   0.15
XYZ16.99107.475066.8770
Yxy7.47500.18600.0818
Hunter Lab27.340463.0849-125.8899
CIE-Lab32.864771.0396-85.7584

#5a0bda color RGB value is (90,11,218).

#5a0bda hex color red value is 90, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5a0bda hue: 0.73 , saturation: 0.90 and the lightness value of 5a0bda is 0.45.

The process color (four color CMYK) of #5a0bda color hex is 0.59, 0.95, 0.00, 0.15. Web safe color of #5a0bda is #6600cc. Color #5a0bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00001011 11011010
Octal 132 13 332
Decimal 90 11 218
Hex 5A B DA

RGB Percentages of Color #5a0bda

%28.21
%3.45
%68.34

CMYK Percentages of Color #5a0bda

%59
%95
%0
%15

Triadic Colors of #5a0bda

#5a0bda #da5a0b #0bda5a

Analogous Colors of #5a0bda

#5a0bda #c20bda #0b24da

Monochromatic Colors of #5a0bda

#5a0bda

Complementary Color

#5a0bda #8bda0b

#5a0bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a0bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a0bda Color CSS Codes

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

#5a0bda Text Font Color

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

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


#5a0bda Background Color

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

This div background color is #5a0bda


#5a0bda Border Color

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

This div border color is #5a0bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a0bda


Comments

No comments written yet.

Please login to write comment.