Color Hex Logo

#5e3bdd Color Hex

#5E3BDD
(94,59,221)
0 Favorites   0 Comments

Color spaces of #5e3bdd

RGB 9459221
HSL0.700.700.55
HSV253°73°87°
CMYK 0.570.730.00   0.13
XYZ19.231210.728169.4637
Yxy10.72810.19340.1079
Hunter Lab32.753847.4862-102.8137
CIE-Lab39.118755.9540-77.1398

#5e3bdd color RGB value is (94,59,221).

#5e3bdd hex color red value is 94, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5e3bdd hue: 0.70 , saturation: 0.70 and the lightness value of 5e3bdd is 0.55.

The process color (four color CMYK) of #5e3bdd color hex is 0.57, 0.73, 0.00, 0.13. Web safe color of #5e3bdd is #6633cc. Color #5e3bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00111011 11011101
Octal 136 73 335
Decimal 94 59 221
Hex 5E 3B DD

RGB Percentages of Color #5e3bdd

%25.13
%15.78
%59.09

CMYK Percentages of Color #5e3bdd

%57
%73
%0
%13

Triadic Colors of #5e3bdd

#5e3bdd #dd5e3b #3bdd5e

Analogous Colors of #5e3bdd

#5e3bdd #af3bdd #3b69dd

Monochromatic Colors of #5e3bdd

#5e3bdd

Complementary Color

#5e3bdd #badd3b

#5e3bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e3bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e3bdd Color CSS Codes

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

#5e3bdd Text Font Color

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

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


#5e3bdd Background Color

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

This div background color is #5e3bdd


#5e3bdd Border Color

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

This div border color is #5e3bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,59,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e3bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e3bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #5e3bdd;
  box-shadow:         1px 1px 3px 2px #5e3bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,59,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e3bdd


Comments

No comments written yet.

Please login to write comment.