Color Hex Logo

#b075db Color Hex

#B075DB
(176,117,219)
0 Favorites   0 Comments

Color spaces of #b075db

RGB 176117219
HSL0.760.590.66
HSV275°47°86°
CMYK 0.200.470.00   0.14
XYZ37.052027.067270.2895
Yxy27.06720.27570.2014
Hunter Lab52.026136.0784-43.6850
CIE-Lab59.036541.8204-43.4784

#b075db color RGB value is (176,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11011011
Octal 260 165 333
Decimal 176 117 219
Hex B0 75 DB

RGB Percentages of Color #b075db

%34.38
%22.85
%42.77

CMYK Percentages of Color #b075db

%20
%47
%0
%14

Triadic Colors of #b075db

#b075db #dbb075 #75dbb0

Analogous Colors of #b075db

#b075db #db75d3 #7d75db

Monochromatic Colors of #b075db

#b075db

Complementary Color

#b075db #a0db75

#b075db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075db Color CSS Codes

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

#b075db Text Font Color

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

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


#b075db Background Color

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

This div background color is #b075db


#b075db Border Color

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

This div border color is #b075db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075db


Comments

No comments written yet.

Please login to write comment.