Color Hex Logo

#b076db Color Hex

#B076DB
(176,118,219)
0 Favorites   0 Comments

Color spaces of #b076db

RGB 176118219
HSL0.760.580.66
HSV274°46°86°
CMYK 0.200.460.00   0.14
XYZ37.169127.301470.3285
Yxy27.30140.27570.2025
Hunter Lab52.250735.5390-43.2277
CIE-Lab59.252341.2747-43.1383

#b076db color RGB value is (176,118,219).

#b076db hex color red value is 176, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b076db hue: 0.76 , saturation: 0.58 and the lightness value of b076db is 0.66.

The process color (four color CMYK) of #b076db color hex is 0.20, 0.46, 0.00, 0.14. Web safe color of #b076db is #9966cc. Color #b076db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110110 11011011
Octal 260 166 333
Decimal 176 118 219
Hex B0 76 DB

RGB Percentages of Color #b076db

%34.31
%23.00
%42.69

CMYK Percentages of Color #b076db

%20
%46
%0
%14

Triadic Colors of #b076db

#b076db #dbb076 #76dbb0

Analogous Colors of #b076db

#b076db #db76d4 #7e76db

Monochromatic Colors of #b076db

#b076db

Complementary Color

#b076db #a1db76

#b076db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b076db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b076db Color CSS Codes

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

#b076db Text Font Color

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

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


#b076db Background Color

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

This div background color is #b076db


#b076db Border Color

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

This div border color is #b076db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b076db


Comments

No comments written yet.

Please login to write comment.