Color Hex Logo

#b31ddb Color Hex

#B31DDB
(179,29,219)
0 Favorites   0 Comments

Color spaces of #b31ddb

RGB 17929219
HSL0.800.770.49
HSV287°87°86°
CMYK 0.180.870.00   0.14
XYZ31.816015.576968.3476
Yxy15.57690.27490.1346
Hunter Lab39.467674.8259-75.0476
CIE-Lab46.414478.1398-63.6338

#b31ddb color RGB value is (179,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 11011011
Octal 263 35 333
Decimal 179 29 219
Hex B3 1D DB

RGB Percentages of Color #b31ddb

%41.92
%6.79
%51.29

CMYK Percentages of Color #b31ddb

%18
%87
%0
%14

Triadic Colors of #b31ddb

#b31ddb #dbb31d #1ddbb3

Analogous Colors of #b31ddb

#b31ddb #db1da4 #541ddb

Monochromatic Colors of #b31ddb

#b31ddb

Complementary Color

#b31ddb #45db1d

#b31ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ddb Color CSS Codes

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

#b31ddb Text Font Color

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

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


#b31ddb Background Color

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

This div background color is #b31ddb


#b31ddb Border Color

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

This div border color is #b31ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ddb


Comments

No comments written yet.

Please login to write comment.