Color Hex Logo

#5b1dca Color Hex

#5B1DCA
(91,29,202)
0 Favorites   0 Comments

Color spaces of #5b1dca

RGB 9129202
HSL0.730.750.45
HSV262°86°79°
CMYK 0.550.860.00   0.21
XYZ15.41447.367156.4867
Yxy7.36710.19450.0929
Hunter Lab27.142453.8725-104.3902
CIE-Lab32.628463.0618-76.8614

#5b1dca color RGB value is (91,29,202).

#5b1dca hex color red value is 91, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5b1dca hue: 0.73 , saturation: 0.75 and the lightness value of 5b1dca is 0.45.

The process color (four color CMYK) of #5b1dca color hex is 0.55, 0.86, 0.00, 0.21. Web safe color of #5b1dca is #6633cc. Color #5b1dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00011101 11001010
Octal 133 35 312
Decimal 91 29 202
Hex 5B 1D CA

RGB Percentages of Color #5b1dca

%28.26
%9.01
%62.73

CMYK Percentages of Color #5b1dca

%55
%86
%0
%21

Triadic Colors of #5b1dca

#5b1dca #ca5b1d #1dca5b

Analogous Colors of #5b1dca

#5b1dca #b21dca #1d36ca

Monochromatic Colors of #5b1dca

#5b1dca

Complementary Color

#5b1dca #8cca1d

#5b1dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b1dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b1dca Color CSS Codes

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

#5b1dca Text Font Color

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

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


#5b1dca Background Color

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

This div background color is #5b1dca


#5b1dca Border Color

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

This div border color is #5b1dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,29,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b1dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b1dca;
  -webkit-box-shadow: 1px 1px 3px 2px #5b1dca;
  box-shadow:         1px 1px 3px 2px #5b1dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,29,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b1dca


Comments

No comments written yet.

Please login to write comment.