Color Hex Logo

#b09aff Color Hex

#B09AFF
(176,154,255)
0 Favorites   0 Comments

Color spaces of #b09aff

RGB 176154255
HSL0.701.000.80
HSV253°40°100°
CMYK 0.310.400.00   0.00
XYZ47.510139.561399.7398
Yxy39.56130.25430.2118
Hunter Lab62.897824.7596-49.9903
CIE-Lab69.155929.7616-47.4168

#b09aff color RGB value is (176,154,255).

#b09aff hex color red value is 176, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b09aff hue: 0.70 , saturation: 1.00 and the lightness value of b09aff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11111111
Octal 260 232 377
Decimal 176 154 255
Hex B0 9A FF

RGB Percentages of Color #b09aff

%30.09
%26.32
%43.59

CMYK Percentages of Color #b09aff

%31
%40
%0
%0

Triadic Colors of #b09aff

#b09aff #ffb09a #9affb0

Analogous Colors of #b09aff

#b09aff #e39aff #9ab7ff

Monochromatic Colors of #b09aff

#b09aff

Complementary Color

#b09aff #e9ff9a

#b09aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09aff Color CSS Codes

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

#b09aff Text Font Color

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

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


#b09aff Background Color

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

This div background color is #b09aff


#b09aff Border Color

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

This div border color is #b09aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09aff

Related Colors


Comments

No comments written yet.

Please login to write comment.