Color Hex Logo

#b29aff Color Hex

#B29AFF
(178,154,255)
0 Favorites   0 Comments

Color spaces of #b29aff

RGB 178154255
HSL0.711.000.80
HSV254°40°100°
CMYK 0.300.400.00   0.00
XYZ47.965739.796299.7611
Yxy39.79620.25580.2122
Hunter Lab63.084225.3240-49.6020
CIE-Lab69.324130.3009-47.1406

#b29aff color RGB value is (178,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11111111
Octal 262 232 377
Decimal 178 154 255
Hex B2 9A FF

RGB Percentages of Color #b29aff

%30.32
%26.24
%43.44

CMYK Percentages of Color #b29aff

%30
%40
%0
%0

Triadic Colors of #b29aff

#b29aff #ffb29a #9affb2

Analogous Colors of #b29aff

#b29aff #e59aff #9ab5ff

Monochromatic Colors of #b29aff

#b29aff

Complementary Color

#b29aff #e7ff9a

#b29aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29aff Color CSS Codes

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

#b29aff Text Font Color

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

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


#b29aff Background Color

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

This div background color is #b29aff


#b29aff Border Color

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

This div border color is #b29aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29aff

Related Colors

#b29aff Color Palettes


Comments

No comments written yet.

Please login to write comment.