Color Hex Logo

#5a3eee Color Hex

#5A3EEE
(90,62,238)
0 Favorites   0 Comments

Color spaces of #5a3eee

RGB 9062238
HSL0.690.840.59
HSV250°74°93°
CMYK 0.620.740.00   0.07
XYZ21.371711.792082.0386
Yxy11.79200.18550.1024
Hunter Lab34.339550.9981-117.6089
CIE-Lab40.883658.8563-83.9156

#5a3eee color RGB value is (90,62,238).

#5a3eee hex color red value is 90, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5a3eee hue: 0.69 , saturation: 0.84 and the lightness value of 5a3eee is 0.59.

The process color (four color CMYK) of #5a3eee color hex is 0.62, 0.74, 0.00, 0.07. Web safe color of #5a3eee is #6633ff. Color #5a3eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111110 11101110
Octal 132 76 356
Decimal 90 62 238
Hex 5A 3E EE

RGB Percentages of Color #5a3eee

%23.08
%15.90
%61.03

CMYK Percentages of Color #5a3eee

%62
%74
%0
%7

Triadic Colors of #5a3eee

#5a3eee #ee5a3e #3eee5a

Analogous Colors of #5a3eee

#5a3eee #b23eee #3e7aee

Monochromatic Colors of #5a3eee

#5a3eee

Complementary Color

#5a3eee #d2ee3e

#5a3eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a3eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a3eee Color CSS Codes

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

#5a3eee Text Font Color

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

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


#5a3eee Background Color

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

This div background color is #5a3eee


#5a3eee Border Color

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

This div border color is #5a3eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a3eee


Comments

No comments written yet.

Please login to write comment.