Color Hex Logo

#5e28ed Color Hex

#5E28ED
(94,40,237)
0 Favorites   0 Comments

Color spaces of #5e28ed

RGB 9440237
HSL0.710.850.54
HSV256°83°93°
CMYK 0.600.830.00   0.07
XYZ20.660910.011780.9643
Yxy10.01170.18510.0897
Hunter Lab31.641361.1835-129.5635
CIE-Lab37.863468.4656-88.3249

#5e28ed color RGB value is (94,40,237).

#5e28ed hex color red value is 94, green value is 40 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5e28ed hue: 0.71 , saturation: 0.85 and the lightness value of 5e28ed is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00101000 11101101
Octal 136 50 355
Decimal 94 40 237
Hex 5E 28 ED

RGB Percentages of Color #5e28ed

%25.34
%10.78
%63.88

CMYK Percentages of Color #5e28ed

%60
%83
%0
%7

Triadic Colors of #5e28ed

#5e28ed #ed5e28 #28ed5e

Analogous Colors of #5e28ed

#5e28ed #c128ed #2854ed

Monochromatic Colors of #5e28ed

#5e28ed

Complementary Color

#5e28ed #b7ed28

#5e28ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e28ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e28ed Color CSS Codes

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

#5e28ed Text Font Color

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

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


#5e28ed Background Color

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

This div background color is #5e28ed


#5e28ed Border Color

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

This div border color is #5e28ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e28ed


Comments

No comments written yet.

Please login to write comment.