Color Hex Logo

#5d0eed Color Hex

#5D0EED
(93,14,237)
0 Favorites   0 Comments

Color spaces of #5d0eed

RGB 9314237
HSL0.730.890.49
HSV261°94°93°
CMYK 0.610.940.00   0.07
XYZ19.95738.755780.7589
Yxy8.75570.18230.0800
Hunter Lab29.590068.6086-141.1048
CIE-Lab35.509675.1592-92.2299

#5d0eed color RGB value is (93,14,237).

#5d0eed hex color red value is 93, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5d0eed hue: 0.73 , saturation: 0.89 and the lightness value of 5d0eed is 0.49.

The process color (four color CMYK) of #5d0eed color hex is 0.61, 0.94, 0.00, 0.07. Web safe color of #5d0eed is #6600ff. Color #5d0eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001110 11101101
Octal 135 16 355
Decimal 93 14 237
Hex 5D E ED

RGB Percentages of Color #5d0eed

%27.03
%4.07
%68.90

CMYK Percentages of Color #5d0eed

%61
%94
%0
%7

Triadic Colors of #5d0eed

#5d0eed #ed5d0e #0eed5d

Analogous Colors of #5d0eed

#5d0eed #cd0eed #0e2eed

Monochromatic Colors of #5d0eed

#5d0eed

Complementary Color

#5d0eed #9eed0e

#5d0eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0eed Color CSS Codes

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

#5d0eed Text Font Color

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

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


#5d0eed Background Color

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

This div background color is #5d0eed


#5d0eed Border Color

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

This div border color is #5d0eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0eed


Comments

No comments written yet.

Please login to write comment.