Color Hex Logo

#b08ceb Color Hex

#B08CEB
(176,140,235)
0 Favorites   0 Comments

Color spaces of #b08ceb

RGB 176140235
HSL0.730.700.74
HSV263°40°92°
CMYK 0.250.400.00   0.08
XYZ42.278033.984482.9286
Yxy33.98440.26560.2135
Hunter Lab58.296127.4350-43.5351
CIE-Lab64.950232.7532-43.0772

#b08ceb color RGB value is (176,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001100 11101011
Octal 260 214 353
Decimal 176 140 235
Hex B0 8C EB

RGB Percentages of Color #b08ceb

%31.94
%25.41
%42.65

CMYK Percentages of Color #b08ceb

%25
%40
%0
%8

Triadic Colors of #b08ceb

#b08ceb #ebb08c #8cebb0

Analogous Colors of #b08ceb

#b08ceb #e08ceb #8c98eb

Monochromatic Colors of #b08ceb

#b08ceb

Complementary Color

#b08ceb #c7eb8c

#b08ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ceb Color CSS Codes

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

#b08ceb Text Font Color

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

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


#b08ceb Background Color

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

This div background color is #b08ceb


#b08ceb Border Color

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

This div border color is #b08ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ceb


Comments

No comments written yet.

Please login to write comment.