Color Hex Logo

#b29ccb Color Hex

#B29CCB
(178,156,203)
0 Favorites   0 Comments

Color spaces of #b29ccb

RGB 178156203
HSL0.740.310.70
HSV268°23°80°
CMYK 0.120.230.00   0.20
XYZ41.028137.553761.5861
Yxy37.55370.29270.2679
Hunter Lab61.281112.2651-16.6884
CIE-Lab67.690417.1431-21.1070

#b29ccb color RGB value is (178,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 11001011
Octal 262 234 313
Decimal 178 156 203
Hex B2 9C CB

RGB Percentages of Color #b29ccb

%33.15
%29.05
%37.80

CMYK Percentages of Color #b29ccb

%12
%23
%0
%20

Triadic Colors of #b29ccb

#b29ccb #cbb29c #9ccbb2

Analogous Colors of #b29ccb

#b29ccb #ca9ccb #9c9ecb

Monochromatic Colors of #b29ccb

#b29ccb

Complementary Color

#b29ccb #b5cb9c

#b29ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ccb Color CSS Codes

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

#b29ccb Text Font Color

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

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


#b29ccb Background Color

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

This div background color is #b29ccb


#b29ccb Border Color

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

This div border color is #b29ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ccb

#b29ccb Color Palettes


Comments

No comments written yet.

Please login to write comment.