color codes Logo

#b29dce color codes

#B29DCE
(178,157,206)
0 Favorites   0 Comments

Color spaces of #b29dce

RGB 178157206
HSL0.740.330.71
HSV266°24°81°
CMYK 0.140.240.00   0.19
XYZ41.557638.035263.5437
Yxy38.03520.29030.2657
Hunter Lab61.672712.3535-17.9179
CIE-Lab68.046517.2265-22.2272

#b29dce color RGB value is (178,157,206).

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

The process color (four color CMYK) of #b29dce color code is 0.14, 0.24, 0.00, 0.19. Web safe color of #b29dce is #9999cc. Color #b29dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11001110
Octal 262 235 316
Decimal 178 157 206
Hex B2 9D CE

RGB Percentages of Color #b29dce

%32.90
%29.02
%38.08

CMYK Percentages of Color #b29dce

%14
%24
%0
%19

Triadic Colors of #b29dce

#b29dce #ceb29d #9dceb2

Analogous Colors of #b29dce

#b29dce #cb9dce #9da1ce

Monochromatic Colors of #b29dce

#b29dce

Complementary Color

#b29dce #b9ce9d

#b29dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dce Color CSS Codes

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

#b29dce Text Font Color

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

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


#b29dce Background Color

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

This div background color is #b29dce


#b29dce Border Color

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

This div border color is #b29dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dce


Comments

No comments written yet.

Please login to write comment.