Color Hex Logo

#b229ab Color Hex

#B229AB
(178,41,171)
0 Favorites   0 Comments

Color spaces of #b229ab

RGB 17841171
HSL0.840.630.43
HSV303°77°70°
CMYK 0.000.770.04   0.30
XYZ26.503713.991139.8317
Yxy13.99110.32990.1742
Hunter Lab37.404761.0209-36.9538
CIE-Lab44.220267.0879-39.2106

#b229ab color RGB value is (178,41,171).

#b229ab hex color red value is 178, green value is 41 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b229ab hue: 0.84 , saturation: 0.63 and the lightness value of b229ab is 0.43.

The process color (four color CMYK) of #b229ab color hex is 0.00, 0.77, 0.04, 0.30. Web safe color of #b229ab is #993399. Color #b229ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 10101011
Octal 262 51 253
Decimal 178 41 171
Hex B2 29 AB

RGB Percentages of Color #b229ab

%45.64
%10.51
%43.85

CMYK Percentages of Color #b229ab

%0
%77
%4
%30

Triadic Colors of #b229ab

#b229ab #abb229 #29abb2

Analogous Colors of #b229ab

#b229ab #b22967 #7529b2

Monochromatic Colors of #b229ab

#b229ab

Complementary Color

#b229ab #29b230

#b229ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b229ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b229ab Color CSS Codes

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

#b229ab Text Font Color

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

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


#b229ab Background Color

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

This div background color is #b229ab


#b229ab Border Color

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

This div border color is #b229ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b229ab


Comments

No comments written yet.

Please login to write comment.