Color Hex Logo

#b30fdb Color Hex

#B30FDB
(179,15,219)
0 Favorites   0 Comments

Color spaces of #b30fdb

RGB 17915219
HSL0.800.870.46
HSV288°93°86°
CMYK 0.180.930.00   0.14
XYZ31.547415.039868.2581
Yxy15.03980.27470.1310
Hunter Lab38.781277.3377-77.2085
CIE-Lab45.688780.2884-64.8104

#b30fdb color RGB value is (179,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001111 11011011
Octal 263 17 333
Decimal 179 15 219
Hex B3 F DB

RGB Percentages of Color #b30fdb

%43.34
%3.63
%53.03

CMYK Percentages of Color #b30fdb

%18
%93
%0
%14

Triadic Colors of #b30fdb

#b30fdb #dbb30f #0fdbb3

Analogous Colors of #b30fdb

#b30fdb #db0f9d #4d0fdb

Monochromatic Colors of #b30fdb

#b30fdb

Complementary Color

#b30fdb #37db0f

#b30fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30fdb Color CSS Codes

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

#b30fdb Text Font Color

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

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


#b30fdb Background Color

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

This div background color is #b30fdb


#b30fdb Border Color

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

This div border color is #b30fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30fdb


Comments

No comments written yet.

Please login to write comment.