Color Hex Logo

#b832db Color Hex

#B832DB
(184,50,219)
0 Favorites   0 Comments

Color spaces of #b832db

RGB 18450219
HSL0.800.700.53
HSV288°77°86°
CMYK 0.160.770.00   0.14
XYZ33.693917.586068.6364
Yxy17.58600.28100.1467
Hunter Lab41.935770.0313-67.6854
CIE-Lab48.990173.7381-59.4339

#b832db color RGB value is (184,50,219).

#b832db hex color red value is 184, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b832db hue: 0.80 , saturation: 0.70 and the lightness value of b832db is 0.53.

The process color (four color CMYK) of #b832db color hex is 0.16, 0.77, 0.00, 0.14. Web safe color of #b832db is #cc33cc. Color #b832db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110010 11011011
Octal 270 62 333
Decimal 184 50 219
Hex B8 32 DB

RGB Percentages of Color #b832db

%40.62
%11.04
%48.34

CMYK Percentages of Color #b832db

%16
%77
%0
%14

Triadic Colors of #b832db

#b832db #dbb832 #32dbb8

Analogous Colors of #b832db

#b832db #db32aa #6332db

Monochromatic Colors of #b832db

#b832db

Complementary Color

#b832db #55db32

#b832db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b832db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b832db Color CSS Codes

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

#b832db Text Font Color

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

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


#b832db Background Color

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

This div background color is #b832db


#b832db Border Color

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

This div border color is #b832db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b832db


Comments

No comments written yet.

Please login to write comment.