Color Hex Logo

#5a38ba Color Hex

#5A38BA
(90,56,186)
0 Favorites   0 Comments

Color spaces of #5a38ba

RGB 9056186
HSL0.710.540.47
HSV256°70°73°
CMYK 0.520.700.00   0.27
XYZ14.49358.547247.3402
Yxy8.54720.20590.1214
Hunter Lab29.235637.3288-75.5414
CIE-Lab35.097546.8776-63.4151

#5a38ba color RGB value is (90,56,186).

#5a38ba hex color red value is 90, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5a38ba hue: 0.71 , saturation: 0.54 and the lightness value of 5a38ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111000 10111010
Octal 132 70 272
Decimal 90 56 186
Hex 5A 38 BA

RGB Percentages of Color #5a38ba

%27.11
%16.87
%56.02

CMYK Percentages of Color #5a38ba

%52
%70
%0
%27

Triadic Colors of #5a38ba

#5a38ba #ba5a38 #38ba5a

Analogous Colors of #5a38ba

#5a38ba #9b38ba #3857ba

Monochromatic Colors of #5a38ba

#5a38ba

Complementary Color

#5a38ba #98ba38

#5a38ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a38ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a38ba Color CSS Codes

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

#5a38ba Text Font Color

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

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


#5a38ba Background Color

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

This div background color is #5a38ba


#5a38ba Border Color

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

This div border color is #5a38ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a38ba


Comments

No comments written yet.

Please login to write comment.