Color Hex Logo

#b18ceb Color Hex

#B18CEB
(177,140,235)
0 Favorites   0 Comments

Color spaces of #b18ceb

RGB 177140235
HSL0.730.700.74
HSV263°40°92°
CMYK 0.250.400.00   0.08
XYZ42.504934.101482.9392
Yxy34.10140.26640.2137
Hunter Lab58.396427.7308-43.3309
CIE-Lab65.043033.0348-42.9250

#b18ceb color RGB value is (177,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001100 11101011
Octal 261 214 353
Decimal 177 140 235
Hex B1 8C EB

RGB Percentages of Color #b18ceb

%32.07
%25.36
%42.57

CMYK Percentages of Color #b18ceb

%25
%40
%0
%8

Triadic Colors of #b18ceb

#b18ceb #ebb18c #8cebb1

Analogous Colors of #b18ceb

#b18ceb #e18ceb #8c97eb

Monochromatic Colors of #b18ceb

#b18ceb

Complementary Color

#b18ceb #c6eb8c

#b18ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18ceb Color CSS Codes

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

#b18ceb Text Font Color

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

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


#b18ceb Background Color

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

This div background color is #b18ceb


#b18ceb Border Color

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

This div border color is #b18ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18ceb


Comments

No comments written yet.

Please login to write comment.