Color Hex Logo

#b29cdf Color Hex

#B29CDF
(178,156,223)
0 Favorites   0 Comments

Color spaces of #b29cdf

RGB 178156223
HSL0.720.510.74
HSV260°30°87°
CMYK 0.200.300.00   0.13
XYZ43.567838.569674.9604
Yxy38.56960.27730.2455
Hunter Lab62.104416.5394-28.0903
CIE-Lab68.438321.5606-31.0153

#b29cdf color RGB value is (178,156,223).

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

The process color (four color CMYK) of #b29cdf color hex is 0.20, 0.30, 0.00, 0.13. Web safe color of #b29cdf is #9999cc. Color #b29cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 11011111
Octal 262 234 337
Decimal 178 156 223
Hex B2 9C DF

RGB Percentages of Color #b29cdf

%31.96
%28.01
%40.04

CMYK Percentages of Color #b29cdf

%20
%30
%0
%13

Triadic Colors of #b29cdf

#b29cdf #dfb29c #9cdfb2

Analogous Colors of #b29cdf

#b29cdf #d49cdf #9ca8df

Monochromatic Colors of #b29cdf

#b29cdf

Complementary Color

#b29cdf #c9df9c

#b29cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cdf Color CSS Codes

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

#b29cdf Text Font Color

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

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


#b29cdf Background Color

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

This div background color is #b29cdf


#b29cdf Border Color

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

This div border color is #b29cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cdf


Comments

No comments written yet.

Please login to write comment.