Color Hex Logo

#b30bdb Color Hex

#B30BDB
(179,11,219)
0 Favorites   0 Comments

Color spaces of #b30bdb

RGB 17911219
HSL0.800.900.45
HSV288°95°86°
CMYK 0.180.950.00   0.14
XYZ31.496314.937568.2410
Yxy14.93750.27470.1303
Hunter Lab38.649177.8292-77.6315
CIE-Lab45.548580.7056-65.0378

#b30bdb color RGB value is (179,11,219).

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

The process color (four color CMYK) of #b30bdb color hex is 0.18, 0.95, 0.00, 0.14. Web safe color of #b30bdb is #cc00cc. Color #b30bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001011 11011011
Octal 263 13 333
Decimal 179 11 219
Hex B3 B DB

RGB Percentages of Color #b30bdb

%43.77
%2.69
%53.55

CMYK Percentages of Color #b30bdb

%18
%95
%0
%14

Triadic Colors of #b30bdb

#b30bdb #dbb30b #0bdbb3

Analogous Colors of #b30bdb

#b30bdb #db0b9b #4b0bdb

Monochromatic Colors of #b30bdb

#b30bdb

Complementary Color

#b30bdb #33db0b

#b30bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30bdb Color CSS Codes

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

#b30bdb Text Font Color

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

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


#b30bdb Background Color

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

This div background color is #b30bdb


#b30bdb Border Color

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

This div border color is #b30bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30bdb


Comments

No comments written yet.

Please login to write comment.