Color Hex Logo

#5a1ebf Color Hex

#5A1EBF
(90,30,191)
0 Favorites   0 Comments

Color spaces of #5a1ebf

RGB 9030191
HSL0.730.730.43
HSV262°84°75°
CMYK 0.530.840.00   0.25
XYZ14.08476.863849.8727
Yxy6.86380.19890.0969
Hunter Lab26.198950.1149-94.5265
CIE-Lab31.494859.8708-72.2816

#5a1ebf color RGB value is (90,30,191).

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

The process color (four color CMYK) of #5a1ebf color hex is 0.53, 0.84, 0.00, 0.25. Web safe color of #5a1ebf is #6633cc. Color #5a1ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011110 10111111
Octal 132 36 277
Decimal 90 30 191
Hex 5A 1E BF

RGB Percentages of Color #5a1ebf

%28.94
%9.65
%61.41

CMYK Percentages of Color #5a1ebf

%53
%84
%0
%25

Triadic Colors of #5a1ebf

#5a1ebf #bf5a1e #1ebf5a

Analogous Colors of #5a1ebf

#5a1ebf #ab1ebf #1e32bf

Monochromatic Colors of #5a1ebf

#5a1ebf

Complementary Color

#5a1ebf #83bf1e

#5a1ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a1ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a1ebf Color CSS Codes

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

#5a1ebf Text Font Color

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

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


#5a1ebf Background Color

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

This div background color is #5a1ebf


#5a1ebf Border Color

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

This div border color is #5a1ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a1ebf


Comments

No comments written yet.

Please login to write comment.