Color Hex Logo

#5d3eea Color Hex

#5D3EEA
(93,62,234)
0 Favorites   0 Comments

Color spaces of #5d3eea

RGB 9362234
HSL0.700.800.58
HSV251°74°92°
CMYK 0.600.740.00   0.08
XYZ21.088111.712978.9913
Yxy11.71290.18860.1048
Hunter Lab34.224150.0953-112.8880
CIE-Lab40.756158.0549-81.8536

#5d3eea color RGB value is (93,62,234).

#5d3eea hex color red value is 93, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5d3eea hue: 0.70 , saturation: 0.80 and the lightness value of 5d3eea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00111110 11101010
Octal 135 76 352
Decimal 93 62 234
Hex 5D 3E EA

RGB Percentages of Color #5d3eea

%23.91
%15.94
%60.15

CMYK Percentages of Color #5d3eea

%60
%74
%0
%8

Triadic Colors of #5d3eea

#5d3eea #ea5d3e #3eea5d

Analogous Colors of #5d3eea

#5d3eea #b33eea #3e75ea

Monochromatic Colors of #5d3eea

#5d3eea

Complementary Color

#5d3eea #cbea3e

#5d3eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3eea Color CSS Codes

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

#5d3eea Text Font Color

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

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


#5d3eea Background Color

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

This div background color is #5d3eea


#5d3eea Border Color

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

This div border color is #5d3eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3eea


Comments

No comments written yet.

Please login to write comment.