Color Hex Logo

#b98bec Color Hex

#B98BEC
(185,139,236)
0 Favorites   0 Comments

Color spaces of #b98bec

RGB 185139236
HSL0.750.720.74
HSV268°41°93°
CMYK 0.220.410.00   0.07
XYZ44.380534.835783.7417
Yxy34.83570.27230.2138
Hunter Lab59.021830.9322-42.8070
CIE-Lab65.620536.0886-42.5164

#b98bec color RGB value is (185,139,236).

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

The process color (four color CMYK) of #b98bec color hex is 0.22, 0.41, 0.00, 0.07. Web safe color of #b98bec is #cc99ff. Color #b98bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 11101100
Octal 271 213 354
Decimal 185 139 236
Hex B9 8B EC

RGB Percentages of Color #b98bec

%33.04
%24.82
%42.14

CMYK Percentages of Color #b98bec

%22
%41
%0
%7

Triadic Colors of #b98bec

#b98bec #ecb98b #8becb9

Analogous Colors of #b98bec

#b98bec #ea8bec #8b8eec

Monochromatic Colors of #b98bec

#b98bec

Complementary Color

#b98bec #beec8b

#b98bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bec Color CSS Codes

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

#b98bec Text Font Color

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

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


#b98bec Background Color

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

This div background color is #b98bec


#b98bec Border Color

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

This div border color is #b98bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,139,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bec


Comments

No comments written yet.

Please login to write comment.