Color Hex Logo

#5a127f Color Hex

#5A127F
(90,18,127)
0 Favorites   0 Comments

Color spaces of #5a127f

RGB 9018127
HSL0.780.750.28
HSV280°86°50°
CMYK 0.290.860.00   0.50
XYZ8.26354.138620.4420
Yxy4.13860.25160.1260
Hunter Lab20.343536.9051-45.3364
CIE-Lab24.124548.5522-45.3407

#5a127f color RGB value is (90,18,127).

#5a127f hex color red value is 90, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5a127f hue: 0.78 , saturation: 0.75 and the lightness value of 5a127f is 0.28.

The process color (four color CMYK) of #5a127f color hex is 0.29, 0.86, 0.00, 0.50. Web safe color of #5a127f is #660066. Color #5a127f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00010010 01111111
Octal 132 22 177
Decimal 90 18 127
Hex 5A 12 7F

RGB Percentages of Color #5a127f

%38.30
%7.66
%54.04

CMYK Percentages of Color #5a127f

%29
%86
%0
%50

Triadic Colors of #5a127f

#5a127f #7f5a12 #127f5a

Analogous Colors of #5a127f

#5a127f #7f126e #24127f

Monochromatic Colors of #5a127f

#5a127f

Complementary Color

#5a127f #377f12

#5a127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a127f Color CSS Codes

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

#5a127f Text Font Color

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

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


#5a127f Background Color

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

This div background color is #5a127f


#5a127f Border Color

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

This div border color is #5a127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a127f


Comments

No comments written yet.

Please login to write comment.