Color Hex Logo

#b829ab Color Hex

#B829AB
(184,41,171)
0 Favorites   0 Comments

Color spaces of #b829ab

RGB 18441171
HSL0.850.640.44
HSV305°78°72°
CMYK 0.000.780.07   0.28
XYZ27.910814.716539.8976
Yxy14.71650.33820.1783
Hunter Lab38.362162.7362-34.8097
CIE-Lab45.243468.3587-37.5252

#b829ab color RGB value is (184,41,171).

#b829ab hex color red value is 184, green value is 41 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b829ab hue: 0.85 , saturation: 0.64 and the lightness value of b829ab is 0.44.

The process color (four color CMYK) of #b829ab color hex is 0.00, 0.78, 0.07, 0.28. Web safe color of #b829ab is #cc3399. Color #b829ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 10101011
Octal 270 51 253
Decimal 184 41 171
Hex B8 29 AB

RGB Percentages of Color #b829ab

%46.46
%10.35
%43.18

CMYK Percentages of Color #b829ab

%0
%78
%7
%28

Triadic Colors of #b829ab

#b829ab #abb829 #29abb8

Analogous Colors of #b829ab

#b829ab #b82963 #7e29b8

Monochromatic Colors of #b829ab

#b829ab

Complementary Color

#b829ab #29b836

#b829ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829ab Color CSS Codes

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

#b829ab Text Font Color

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

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


#b829ab Background Color

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

This div background color is #b829ab


#b829ab Border Color

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

This div border color is #b829ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b829ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829ab


Comments

No comments written yet.

Please login to write comment.