Color Hex Logo

#b29fda Color Hex

#B29FDA
(178,159,218)
0 Favorites   0 Comments

Color spaces of #b29fda

RGB 178159218
HSL0.720.440.74
HSV259°27°85°
CMYK 0.180.270.00   0.15
XYZ43.413139.323271.6317
Yxy39.32320.28120.2547
Hunter Lab62.708213.8368-23.8313
CIE-Lab68.984718.7486-27.4195

#b29fda color RGB value is (178,159,218).

#b29fda hex color red value is 178, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b29fda hue: 0.72 , saturation: 0.44 and the lightness value of b29fda is 0.74.

The process color (four color CMYK) of #b29fda color hex is 0.18, 0.27, 0.00, 0.15. Web safe color of #b29fda is #9999cc. Color #b29fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 11011010
Octal 262 237 332
Decimal 178 159 218
Hex B2 9F DA

RGB Percentages of Color #b29fda

%32.07
%28.65
%39.28

CMYK Percentages of Color #b29fda

%18
%27
%0
%15

Triadic Colors of #b29fda

#b29fda #dab29f #9fdab2

Analogous Colors of #b29fda

#b29fda #d09fda #9faada

Monochromatic Colors of #b29fda

#b29fda

Complementary Color

#b29fda #c7da9f

#b29fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fda Color CSS Codes

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

#b29fda Text Font Color

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

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


#b29fda Background Color

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

This div background color is #b29fda


#b29fda Border Color

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

This div border color is #b29fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fda


Comments

No comments written yet.

Please login to write comment.