Color Hex Logo

#5d1bef Color Hex

#5D1BEF
(93,27,239)
0 Favorites   0 Comments

Color spaces of #5d1bef

RGB 9327239
HSL0.720.870.52
HSV259°89°94°
CMYK 0.610.890.00   0.06
XYZ20.48619.343082.3850
Yxy9.34300.18260.0833
Hunter Lab30.566366.1429-138.4071
CIE-Lab36.636572.9039-91.4940

#5d1bef color RGB value is (93,27,239).

#5d1bef hex color red value is 93, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5d1bef hue: 0.72 , saturation: 0.87 and the lightness value of 5d1bef is 0.52.

The process color (four color CMYK) of #5d1bef color hex is 0.61, 0.89, 0.00, 0.06. Web safe color of #5d1bef is #6633ff. Color #5d1bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00011011 11101111
Octal 135 33 357
Decimal 93 27 239
Hex 5D 1B EF

RGB Percentages of Color #5d1bef

%25.91
%7.52
%66.57

CMYK Percentages of Color #5d1bef

%61
%89
%0
%6

Triadic Colors of #5d1bef

#5d1bef #ef5d1b #1bef5d

Analogous Colors of #5d1bef

#5d1bef #c71bef #1b43ef

Monochromatic Colors of #5d1bef

#5d1bef

Complementary Color

#5d1bef #adef1b

#5d1bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d1bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d1bef Color CSS Codes

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

#5d1bef Text Font Color

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

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


#5d1bef Background Color

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

This div background color is #5d1bef


#5d1bef Border Color

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

This div border color is #5d1bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d1bef


Comments

No comments written yet.

Please login to write comment.