Color Hex Logo

#5f1bdb Color Hex

#5F1BDB
(95,27,219)
0 Favorites   0 Comments

Color spaces of #5f1bdb

RGB 9527219
HSL0.730.780.48
HSV261°88°86°
CMYK 0.570.880.00   0.14
XYZ17.89748.331267.6826
Yxy8.33120.19060.0887
Hunter Lab28.863860.1697-118.8241
CIE-Lab34.663368.2088-83.3371

#5f1bdb color RGB value is (95,27,219).

#5f1bdb hex color red value is 95, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5f1bdb hue: 0.73 , saturation: 0.78 and the lightness value of 5f1bdb is 0.48.

The process color (four color CMYK) of #5f1bdb color hex is 0.57, 0.88, 0.00, 0.14. Web safe color of #5f1bdb is #6633cc. Color #5f1bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00011011 11011011
Octal 137 33 333
Decimal 95 27 219
Hex 5F 1B DB

RGB Percentages of Color #5f1bdb

%27.86
%7.92
%64.22

CMYK Percentages of Color #5f1bdb

%57
%88
%0
%14

Triadic Colors of #5f1bdb

#5f1bdb #db5f1b #1bdb5f

Analogous Colors of #5f1bdb

#5f1bdb #bf1bdb #1b37db

Monochromatic Colors of #5f1bdb

#5f1bdb

Complementary Color

#5f1bdb #97db1b

#5f1bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f1bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f1bdb Color CSS Codes

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

#5f1bdb Text Font Color

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

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


#5f1bdb Background Color

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

This div background color is #5f1bdb


#5f1bdb Border Color

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

This div border color is #5f1bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f1bdb

#5f1bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.