Color Hex Logo

#b31bdb Color Hex

#B31BDB
(179,27,219)
0 Favorites   0 Comments

Color spaces of #b31bdb

RGB 17927219
HSL0.800.780.48
HSV288°88°86°
CMYK 0.180.880.00   0.14
XYZ31.768515.482068.3318
Yxy15.48200.27490.1339
Hunter Lab39.347275.2615-75.4223
CIE-Lab46.287478.5144-63.8396

#b31bdb color RGB value is (179,27,219).

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

The process color (four color CMYK) of #b31bdb color hex is 0.18, 0.88, 0.00, 0.14. Web safe color of #b31bdb is #cc33cc. Color #b31bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 11011011
Octal 263 33 333
Decimal 179 27 219
Hex B3 1B DB

RGB Percentages of Color #b31bdb

%42.12
%6.35
%51.53

CMYK Percentages of Color #b31bdb

%18
%88
%0
%14

Triadic Colors of #b31bdb

#b31bdb #dbb31b #1bdbb3

Analogous Colors of #b31bdb

#b31bdb #db1ba3 #531bdb

Monochromatic Colors of #b31bdb

#b31bdb

Complementary Color

#b31bdb #43db1b

#b31bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31bdb Color CSS Codes

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

#b31bdb Text Font Color

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

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


#b31bdb Background Color

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

This div background color is #b31bdb


#b31bdb Border Color

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

This div border color is #b31bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31bdb


Comments

No comments written yet.

Please login to write comment.