Color Hex Logo

#b98aec Color Hex

#B98AEC
(185,138,236)
0 Favorites   0 Comments

Color spaces of #b98aec

RGB 185138236
HSL0.750.720.73
HSV269°42°93°
CMYK 0.220.420.00   0.07
XYZ44.236434.547483.6937
Yxy34.54740.27230.2126
Hunter Lab58.777031.4817-43.2802
CIE-Lab65.394836.6416-42.8707

#b98aec color RGB value is (185,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11101100
Octal 271 212 354
Decimal 185 138 236
Hex B9 8A EC

RGB Percentages of Color #b98aec

%33.09
%24.69
%42.22

CMYK Percentages of Color #b98aec

%22
%42
%0
%7

Triadic Colors of #b98aec

#b98aec #ecb98a #8aecb9

Analogous Colors of #b98aec

#b98aec #ea8aec #8a8cec

Monochromatic Colors of #b98aec

#b98aec

Complementary Color

#b98aec #bdec8a

#b98aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98aec Color CSS Codes

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

#b98aec Text Font Color

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

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


#b98aec Background Color

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

This div background color is #b98aec


#b98aec Border Color

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

This div border color is #b98aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98aec


Comments

No comments written yet.

Please login to write comment.