Color Hex Logo

#5a1acc Color Hex

#5A1ACC
(90,26,204)
0 Favorites   0 Comments

Color spaces of #5a1acc

RGB 9026204
HSL0.730.770.45
HSV262°87°80°
CMYK 0.560.870.00   0.20
XYZ15.48497.272157.7142
Yxy7.27210.19240.0904
Hunter Lab26.966855.3064-108.0152
CIE-Lab32.418564.3818-78.3791

#5a1acc color RGB value is (90,26,204).

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

The process color (four color CMYK) of #5a1acc color hex is 0.56, 0.87, 0.00, 0.20. Web safe color of #5a1acc is #6633cc. Color #5a1acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011010 11001100
Octal 132 32 314
Decimal 90 26 204
Hex 5A 1A CC

RGB Percentages of Color #5a1acc

%28.13
%8.13
%63.75

CMYK Percentages of Color #5a1acc

%56
%87
%0
%20

Triadic Colors of #5a1acc

#5a1acc #cc5a1a #1acc5a

Analogous Colors of #5a1acc

#5a1acc #b31acc #1a33cc

Monochromatic Colors of #5a1acc

#5a1acc

Complementary Color

#5a1acc #8ccc1a

#5a1acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a1acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a1acc Color CSS Codes

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

#5a1acc Text Font Color

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

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


#5a1acc Background Color

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

This div background color is #5a1acc


#5a1acc Border Color

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

This div border color is #5a1acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a1acc


Comments

No comments written yet.

Please login to write comment.