Color Hex Logo

#b29cca Color Hex

#B29CCA
(178,156,202)
0 Favorites   0 Comments

Color spaces of #b29cca

RGB 178156202
HSL0.750.300.70
HSV269°23°79°
CMYK 0.120.230.00   0.21
XYZ40.909237.506260.9604
Yxy37.50620.29350.2691
Hunter Lab61.242312.0620-16.1475
CIE-Lab67.655116.9298-20.6058

#b29cca color RGB value is (178,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 11001010
Octal 262 234 312
Decimal 178 156 202
Hex B2 9C CA

RGB Percentages of Color #b29cca

%33.21
%29.10
%37.69

CMYK Percentages of Color #b29cca

%12
%23
%0
%21

Triadic Colors of #b29cca

#b29cca #cab29c #9ccab2

Analogous Colors of #b29cca

#b29cca #c99cca #9c9dca

Monochromatic Colors of #b29cca

#b29cca

Complementary Color

#b29cca #b4ca9c

#b29cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cca Color CSS Codes

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

#b29cca Text Font Color

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

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


#b29cca Background Color

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

This div background color is #b29cca


#b29cca Border Color

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

This div border color is #b29cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cca


Comments

No comments written yet.

Please login to write comment.