Color Hex Logo

#b07bde Color Hex

#B07BDE
(176,123,222)
0 Favorites   0 Comments

Color spaces of #b07bde

RGB 176123222
HSL0.760.600.68
HSV272°45°87°
CMYK 0.210.450.00   0.13
XYZ38.172328.670072.6292
Yxy28.67000.27370.2056
Hunter Lab53.544433.5517-42.9417
CIE-Lab60.489339.2031-42.8705

#b07bde color RGB value is (176,123,222).

#b07bde hex color red value is 176, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b07bde hue: 0.76 , saturation: 0.60 and the lightness value of b07bde is 0.68.

The process color (four color CMYK) of #b07bde color hex is 0.21, 0.45, 0.00, 0.13. Web safe color of #b07bde is #9966cc. Color #b07bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11011110
Octal 260 173 336
Decimal 176 123 222
Hex B0 7B DE

RGB Percentages of Color #b07bde

%33.78
%23.61
%42.61

CMYK Percentages of Color #b07bde

%21
%45
%0
%13

Triadic Colors of #b07bde

#b07bde #deb07b #7bdeb0

Analogous Colors of #b07bde

#b07bde #de7bdb #7f7bde

Monochromatic Colors of #b07bde

#b07bde

Complementary Color

#b07bde #a9de7b

#b07bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bde Color CSS Codes

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

#b07bde Text Font Color

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

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


#b07bde Background Color

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

This div background color is #b07bde


#b07bde Border Color

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

This div border color is #b07bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,123,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b07bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bde


Comments

No comments written yet.

Please login to write comment.