Color Hex Logo

#b29cde Color Hex

#B29CDE
(178,156,222)
0 Favorites   0 Comments

Color spaces of #b29cde

RGB 178156222
HSL0.720.500.74
HSV260°30°87°
CMYK 0.200.300.00   0.13
XYZ43.433438.515874.2524
Yxy38.51580.27810.2466
Hunter Lab62.061116.3161-27.4942
CIE-Lab68.399121.3331-30.5252

#b29cde color RGB value is (178,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 11011110
Octal 262 234 336
Decimal 178 156 222
Hex B2 9C DE

RGB Percentages of Color #b29cde

%32.01
%28.06
%39.93

CMYK Percentages of Color #b29cde

%20
%30
%0
%13

Triadic Colors of #b29cde

#b29cde #deb29c #9cdeb2

Analogous Colors of #b29cde

#b29cde #d39cde #9ca7de

Monochromatic Colors of #b29cde

#b29cde

Complementary Color

#b29cde #c8de9c

#b29cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cde Color CSS Codes

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

#b29cde Text Font Color

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

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


#b29cde Background Color

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

This div background color is #b29cde


#b29cde Border Color

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

This div border color is #b29cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cde


Comments

No comments written yet.

Please login to write comment.