Color Hex Logo

#b29dcd Color Hex

#B29DCD
(178,157,205)
0 Favorites   0 Comments

Color spaces of #b29dcd

RGB 178157205
HSL0.740.320.71
HSV266°23°80°
CMYK 0.130.230.00   0.20
XYZ41.436537.986762.9058
Yxy37.98670.29110.2669
Hunter Lab61.633412.1483-17.3707
CIE-Lab68.010817.0116-21.7276

#b29dcd color RGB value is (178,157,205).

#b29dcd hex color red value is 178, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b29dcd hue: 0.74 , saturation: 0.32 and the lightness value of b29dcd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11001101
Octal 262 235 315
Decimal 178 157 205
Hex B2 9D CD

RGB Percentages of Color #b29dcd

%32.96
%29.07
%37.96

CMYK Percentages of Color #b29dcd

%13
%23
%0
%20

Triadic Colors of #b29dcd

#b29dcd #cdb29d #9dcdb2

Analogous Colors of #b29dcd

#b29dcd #ca9dcd #9da0cd

Monochromatic Colors of #b29dcd

#b29dcd

Complementary Color

#b29dcd #b8cd9d

#b29dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dcd Color CSS Codes

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

#b29dcd Text Font Color

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

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


#b29dcd Background Color

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

This div background color is #b29dcd


#b29dcd Border Color

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

This div border color is #b29dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dcd


Comments

No comments written yet.

Please login to write comment.