Color Hex Logo

#b09aea Color Hex

#B09AEA
(176,154,234)
0 Favorites   0 Comments

Color spaces of #b09aea

RGB 176154234
HSL0.710.660.76
HSV257°34°92°
CMYK 0.250.340.00   0.08
XYZ44.311438.281882.8956
Yxy38.28180.26780.2313
Hunter Lab61.872319.5608-36.1253
CIE-Lab68.227824.6491-37.4020

#b09aea color RGB value is (176,154,234).

#b09aea hex color red value is 176, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b09aea hue: 0.71 , saturation: 0.66 and the lightness value of b09aea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11101010
Octal 260 232 352
Decimal 176 154 234
Hex B0 9A EA

RGB Percentages of Color #b09aea

%31.21
%27.30
%41.49

CMYK Percentages of Color #b09aea

%25
%34
%0
%8

Triadic Colors of #b09aea

#b09aea #eab09a #9aeab0

Analogous Colors of #b09aea

#b09aea #d89aea #9aacea

Monochromatic Colors of #b09aea

#b09aea

Complementary Color

#b09aea #d4ea9a

#b09aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09aea Color CSS Codes

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

#b09aea Text Font Color

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

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


#b09aea Background Color

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

This div background color is #b09aea


#b09aea Border Color

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

This div border color is #b09aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,154,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09aea


Comments

No comments written yet.

Please login to write comment.