color codes Logo

#b08deb color codes

#B08DEB
(176,141,235)
0 Favorites   0 Comments

Color spaces of #b08deb

RGB 176141235
HSL0.730.700.74
HSV262°40°92°
CMYK 0.250.400.00   0.08
XYZ42.424834.278082.9776
Yxy34.27800.26570.2147
Hunter Lab58.547426.8872-43.0469
CIE-Lab65.182632.1925-42.7124

#b08deb color RGB value is (176,141,235).

#b08deb hex color red value is 176, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b08deb hue: 0.73 , saturation: 0.70 and the lightness value of b08deb is 0.74.

The process color (four color CMYK) of #b08deb color code is 0.25, 0.40, 0.00, 0.08. Web safe color of #b08deb is #9999ff. Color #b08deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001101 11101011
Octal 260 215 353
Decimal 176 141 235
Hex B0 8D EB

RGB Percentages of Color #b08deb

%31.88
%25.54
%42.57

CMYK Percentages of Color #b08deb

%25
%40
%0
%8

Triadic Colors of #b08deb

#b08deb #ebb08d #8debb0

Analogous Colors of #b08deb

#b08deb #df8deb #8d99eb

Monochromatic Colors of #b08deb

#b08deb

Complementary Color

#b08deb #c8eb8d

#b08deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08deb Color CSS Codes

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

#b08deb Text Font Color

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

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


#b08deb Background Color

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

This div background color is #b08deb


#b08deb Border Color

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

This div border color is #b08deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08deb


Comments

No comments written yet.

Please login to write comment.