Color Hex Logo

#5e34ed Color Hex

#5E34ED
(94,52,237)
0 Favorites   0 Comments

Color spaces of #5e34ed

RGB 9452237
HSL0.700.840.57
HSV254°78°93°
CMYK 0.600.780.00   0.07
XYZ21.130110.950181.1207
Yxy10.95010.18670.0967
Hunter Lab33.090956.0714-122.1827
CIE-Lab39.496363.6861-85.6262

#5e34ed color RGB value is (94,52,237).

#5e34ed hex color red value is 94, green value is 52 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5e34ed hue: 0.70 , saturation: 0.84 and the lightness value of 5e34ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00110100 11101101
Octal 136 64 355
Decimal 94 52 237
Hex 5E 34 ED

RGB Percentages of Color #5e34ed

%24.54
%13.58
%61.88

CMYK Percentages of Color #5e34ed

%60
%78
%0
%7

Triadic Colors of #5e34ed

#5e34ed #ed5e34 #34ed5e

Analogous Colors of #5e34ed

#5e34ed #bb34ed #3467ed

Monochromatic Colors of #5e34ed

#5e34ed

Complementary Color

#5e34ed #c3ed34

#5e34ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e34ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e34ed Color CSS Codes

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

#5e34ed Text Font Color

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

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


#5e34ed Background Color

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

This div background color is #5e34ed


#5e34ed Border Color

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

This div border color is #5e34ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,52,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 #5e34ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e34ed


Comments

No comments written yet.

Please login to write comment.