Color Hex Logo

#b55fdb Color Hex

#B55FDB
(181,95,219)
0 Favorites   0 Comments

Color spaces of #b55fdb

RGB 18195219
HSL0.780.630.62
HSV282°57°86°
CMYK 0.170.570.00   0.14
XYZ35.934423.122669.5870
Yxy23.12260.27930.1797
Hunter Lab48.086049.2417-52.1406
CIE-Lab55.198454.6540-49.5180

#b55fdb color RGB value is (181,95,219).

#b55fdb hex color red value is 181, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b55fdb hue: 0.78 , saturation: 0.63 and the lightness value of b55fdb is 0.62.

The process color (four color CMYK) of #b55fdb color hex is 0.17, 0.57, 0.00, 0.14. Web safe color of #b55fdb is #cc66cc. Color #b55fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 11011011
Octal 265 137 333
Decimal 181 95 219
Hex B5 5F DB

RGB Percentages of Color #b55fdb

%36.57
%19.19
%44.24

CMYK Percentages of Color #b55fdb

%17
%57
%0
%14

Triadic Colors of #b55fdb

#b55fdb #dbb55f #5fdbb5

Analogous Colors of #b55fdb

#b55fdb #db5fc3 #775fdb

Monochromatic Colors of #b55fdb

#b55fdb

Complementary Color

#b55fdb #85db5f

#b55fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55fdb Color CSS Codes

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

#b55fdb Text Font Color

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

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


#b55fdb Background Color

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

This div background color is #b55fdb


#b55fdb Border Color

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

This div border color is #b55fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,95,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 #b55fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55fdb


Comments

No comments written yet.

Please login to write comment.