Color Hex Logo

#b320db Color Hex

#B320DB
(179,32,219)
0 Favorites   0 Comments

Color spaces of #b320db

RGB 17932219
HSL0.800.750.49
HSV287°85°86°
CMYK 0.180.850.00   0.14
XYZ31.893115.731268.3733
Yxy15.73120.27490.1356
Hunter Lab39.662674.1242-74.4447
CIE-Lab46.619877.5346-63.3012

#b320db color RGB value is (179,32,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 11011011
Octal 263 40 333
Decimal 179 32 219
Hex B3 20 DB

RGB Percentages of Color #b320db

%41.63
%7.44
%50.93

CMYK Percentages of Color #b320db

%18
%85
%0
%14

Triadic Colors of #b320db

#b320db #dbb320 #20dbb3

Analogous Colors of #b320db

#b320db #db20a6 #5620db

Monochromatic Colors of #b320db

#b320db

Complementary Color

#b320db #48db20

#b320db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b320db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b320db Color CSS Codes

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

#b320db Text Font Color

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

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


#b320db Background Color

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

This div background color is #b320db


#b320db Border Color

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

This div border color is #b320db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b320db


Comments

No comments written yet.

Please login to write comment.