Color Hex Logo

#5d1fbe Color Hex

#5D1FBE
(93,31,190)
0 Favorites   0 Comments

Color spaces of #5d1fbe

RGB 9331190
HSL0.730.720.43
HSV263°84°75°
CMYK 0.510.840.00   0.25
XYZ14.29857.024849.3175
Yxy7.02480.20240.0994
Hunter Lab26.504349.9142-91.7698
CIE-Lab31.863359.6145-71.0720

#5d1fbe color RGB value is (93,31,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00011111 10111110
Octal 135 37 276
Decimal 93 31 190
Hex 5D 1F BE

RGB Percentages of Color #5d1fbe

%29.62
%9.87
%60.51

CMYK Percentages of Color #5d1fbe

%51
%84
%0
%25

Triadic Colors of #5d1fbe

#5d1fbe #be5d1f #1fbe5d

Analogous Colors of #5d1fbe

#5d1fbe #ad1fbe #1f30be

Monochromatic Colors of #5d1fbe

#5d1fbe

Complementary Color

#5d1fbe #80be1f

#5d1fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d1fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d1fbe Color CSS Codes

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

#5d1fbe Text Font Color

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

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


#5d1fbe Background Color

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

This div background color is #5d1fbe


#5d1fbe Border Color

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

This div border color is #5d1fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d1fbe


Comments

No comments written yet.

Please login to write comment.