Color Hex Logo

#5d1ebe Color Hex

#5D1EBE
(93,30,190)
0 Favorites   0 Comments

Color spaces of #5d1ebe

RGB 9330190
HSL0.730.730.43
HSV264°84°75°
CMYK 0.510.840.00   0.25
XYZ14.27276.973449.3089
Yxy6.97340.20230.0988
Hunter Lab26.407250.2640-92.2244
CIE-Lab31.746359.9589-71.2649

#5d1ebe color RGB value is (93,30,190).

#5d1ebe hex color red value is 93, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5d1ebe hue: 0.73 , saturation: 0.73 and the lightness value of 5d1ebe is 0.43.

The process color (four color CMYK) of #5d1ebe color hex is 0.51, 0.84, 0.00, 0.25. Web safe color of #5d1ebe is #6633cc. Color #5d1ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00011110 10111110
Octal 135 36 276
Decimal 93 30 190
Hex 5D 1E BE

RGB Percentages of Color #5d1ebe

%29.71
%9.58
%60.70

CMYK Percentages of Color #5d1ebe

%51
%84
%0
%25

Triadic Colors of #5d1ebe

#5d1ebe #be5d1e #1ebe5d

Analogous Colors of #5d1ebe

#5d1ebe #ad1ebe #1e2fbe

Monochromatic Colors of #5d1ebe

#5d1ebe

Complementary Color

#5d1ebe #7fbe1e

#5d1ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d1ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d1ebe Color CSS Codes

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

#5d1ebe Text Font Color

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

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


#5d1ebe Background Color

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

This div background color is #5d1ebe


#5d1ebe Border Color

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

This div border color is #5d1ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d1ebe


Comments

No comments written yet.

Please login to write comment.