color codes Logo

#b29af8 color codes

#B29AF8
(178,154,248)
0 Favorites   0 Comments

Color spaces of #b29af8

RGB 178154248
HSL0.710.870.79
HSV255°38°97°
CMYK 0.280.380.00   0.03
XYZ46.859039.353593.9332
Yxy39.35350.26010.2185
Hunter Lab62.732423.5519-44.8661
CIE-Lab69.006628.5843-43.8294

#b29af8 color RGB value is (178,154,248).

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

The process color (four color CMYK) of #b29af8 color code is 0.28, 0.38, 0.00, 0.03. Web safe color of #b29af8 is #9999ff. Color #b29af8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11111000
Octal 262 232 370
Decimal 178 154 248
Hex B2 9A F8

RGB Percentages of Color #b29af8

%30.69
%26.55
%42.76

CMYK Percentages of Color #b29af8

%28
%38
%0
%3

Triadic Colors of #b29af8

#b29af8 #f8b29a #9af8b2

Analogous Colors of #b29af8

#b29af8 #e19af8 #9ab1f8

Monochromatic Colors of #b29af8

#b29af8

Complementary Color

#b29af8 #e0f89a

#b29af8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29af8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29af8 Color CSS Codes

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

#b29af8 Text Font Color

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

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


#b29af8 Background Color

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

This div background color is #b29af8


#b29af8 Border Color

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

This div border color is #b29af8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29af8


Comments

No comments written yet.

Please login to write comment.