Color Hex Logo

#b330db Color Hex

#B330DB
(179,48,219)
0 Favorites   0 Comments

Color spaces of #b330db

RGB 17948219
HSL0.790.700.52
HSV286°78°86°
CMYK 0.180.780.00   0.14
XYZ32.433516.812168.5535
Yxy16.81210.27530.1427
Hunter Lab41.002669.4411-70.4271
CIE-Lab48.022473.4405-61.0333

#b330db color RGB value is (179,48,219).

#b330db hex color red value is 179, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b330db hue: 0.79 , saturation: 0.70 and the lightness value of b330db is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 11011011
Octal 263 60 333
Decimal 179 48 219
Hex B3 30 DB

RGB Percentages of Color #b330db

%40.13
%10.76
%49.10

CMYK Percentages of Color #b330db

%18
%78
%0
%14

Triadic Colors of #b330db

#b330db #dbb330 #30dbb3

Analogous Colors of #b330db

#b330db #db30ae #5d30db

Monochromatic Colors of #b330db

#b330db

Complementary Color

#b330db #58db30

#b330db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330db Color CSS Codes

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

#b330db Text Font Color

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

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


#b330db Background Color

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

This div background color is #b330db


#b330db Border Color

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

This div border color is #b330db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330db


Comments

No comments written yet.

Please login to write comment.