Color Hex Logo

#b15fdb Color Hex

#B15FDB
(177,95,219)
0 Favorites   0 Comments

Color spaces of #b15fdb

RGB 17795219
HSL0.780.630.62
HSV280°57°86°
CMYK 0.190.570.00   0.14
XYZ35.009922.646069.5437
Yxy22.64600.27520.1780
Hunter Lab47.587848.0421-53.3335
CIE-Lab54.705853.6496-50.3315

#b15fdb color RGB value is (177,95,219).

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

The process color (four color CMYK) of #b15fdb color hex is 0.19, 0.57, 0.00, 0.14. Web safe color of #b15fdb is #9966cc. Color #b15fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011111 11011011
Octal 261 137 333
Decimal 177 95 219
Hex B1 5F DB

RGB Percentages of Color #b15fdb

%36.05
%19.35
%44.60

CMYK Percentages of Color #b15fdb

%19
%57
%0
%14

Triadic Colors of #b15fdb

#b15fdb #dbb15f #5fdbb1

Analogous Colors of #b15fdb

#b15fdb #db5fc7 #735fdb

Monochromatic Colors of #b15fdb

#b15fdb

Complementary Color

#b15fdb #89db5f

#b15fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15fdb Color CSS Codes

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

#b15fdb Text Font Color

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

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


#b15fdb Background Color

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

This div background color is #b15fdb


#b15fdb Border Color

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

This div border color is #b15fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15fdb


Comments

No comments written yet.

Please login to write comment.