Color Hex Logo

#b082db Color Hex

#B082DB
(176,130,219)
0 Favorites   0 Comments

Color spaces of #b082db

RGB 176130219
HSL0.750.550.68
HSV271°41°86°
CMYK 0.200.410.00   0.14
XYZ38.673330.309870.8299
Yxy30.30980.27660.2168
Hunter Lab55.054329.0435-37.7412
CIE-Lab61.920634.6405-38.9476

#b082db color RGB value is (176,130,219).

#b082db hex color red value is 176, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b082db hue: 0.75 , saturation: 0.55 and the lightness value of b082db is 0.68.

The process color (four color CMYK) of #b082db color hex is 0.20, 0.41, 0.00, 0.14. Web safe color of #b082db is #9999cc. Color #b082db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000010 11011011
Octal 260 202 333
Decimal 176 130 219
Hex B0 82 DB

RGB Percentages of Color #b082db

%33.52
%24.76
%41.71

CMYK Percentages of Color #b082db

%20
%41
%0
%14

Triadic Colors of #b082db

#b082db #dbb082 #82dbb0

Analogous Colors of #b082db

#b082db #db82da #8482db

Monochromatic Colors of #b082db

#b082db

Complementary Color

#b082db #addb82

#b082db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b082db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b082db Color CSS Codes

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

#b082db Text Font Color

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

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


#b082db Background Color

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

This div background color is #b082db


#b082db Border Color

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

This div border color is #b082db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b082db


Comments

No comments written yet.

Please login to write comment.