Color Hex Logo

#b07ddb Color Hex

#B07DDB
(176,125,219)
0 Favorites   0 Comments

Color spaces of #b07ddb

RGB 176125219
HSL0.760.570.67
HSV273°43°86°
CMYK 0.200.430.00   0.14
XYZ38.024329.011870.6136
Yxy29.01180.27620.2108
Hunter Lab53.862631.7525-40.0251
CIE-Lab60.792037.4207-40.7168

#b07ddb color RGB value is (176,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111101 11011011
Octal 260 175 333
Decimal 176 125 219
Hex B0 7D DB

RGB Percentages of Color #b07ddb

%33.85
%24.04
%42.12

CMYK Percentages of Color #b07ddb

%20
%43
%0
%14

Triadic Colors of #b07ddb

#b07ddb #dbb07d #7ddbb0

Analogous Colors of #b07ddb

#b07ddb #db7dd7 #817ddb

Monochromatic Colors of #b07ddb

#b07ddb

Complementary Color

#b07ddb #a8db7d

#b07ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07ddb Color CSS Codes

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

#b07ddb Text Font Color

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

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


#b07ddb Background Color

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

This div background color is #b07ddb


#b07ddb Border Color

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

This div border color is #b07ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07ddb


Comments

No comments written yet.

Please login to write comment.