Color Hex Logo

#b98ceb Color Hex

#B98CEB
(185,140,235)
0 Favorites   0 Comments

Color spaces of #b98ceb

RGB 185140235
HSL0.750.700.74
HSV268°40°92°
CMYK 0.210.400.00   0.08
XYZ44.381135.068683.0270
Yxy35.06860.27320.2158
Hunter Lab59.218730.1428-41.6738
CIE-Lab65.802035.3081-41.6807

#b98ceb color RGB value is (185,140,235).

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

The process color (four color CMYK) of #b98ceb color hex is 0.21, 0.40, 0.00, 0.08. Web safe color of #b98ceb is #cc99ff. Color #b98ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11101011
Octal 271 214 353
Decimal 185 140 235
Hex B9 8C EB

RGB Percentages of Color #b98ceb

%33.04
%25.00
%41.96

CMYK Percentages of Color #b98ceb

%21
%40
%0
%8

Triadic Colors of #b98ceb

#b98ceb #ebb98c #8cebb9

Analogous Colors of #b98ceb

#b98ceb #e98ceb #8c8feb

Monochromatic Colors of #b98ceb

#b98ceb

Complementary Color

#b98ceb #beeb8c

#b98ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ceb Color CSS Codes

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

#b98ceb Text Font Color

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

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


#b98ceb Background Color

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

This div background color is #b98ceb


#b98ceb Border Color

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

This div border color is #b98ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ceb


Comments

No comments written yet.

Please login to write comment.