Color Hex Logo

#b829ad Color Hex

#B829AD
(184,41,173)
0 Favorites   0 Comments

Color spaces of #b829ad

RGB 18441173
HSL0.850.640.44
HSV305°78°72°
CMYK 0.000.780.06   0.28
XYZ28.102914.793440.9094
Yxy14.79340.33530.1765
Hunter Lab38.462263.1145-36.1389
CIE-Lab45.349968.6604-38.5413

#b829ad color RGB value is (184,41,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 10101101
Octal 270 51 255
Decimal 184 41 173
Hex B8 29 AD

RGB Percentages of Color #b829ad

%46.23
%10.30
%43.47

CMYK Percentages of Color #b829ad

%0
%78
%6
%28

Triadic Colors of #b829ad

#b829ad #adb829 #29adb8

Analogous Colors of #b829ad

#b829ad #b82966 #7c29b8

Monochromatic Colors of #b829ad

#b829ad

Complementary Color

#b829ad #29b834

#b829ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829ad Color CSS Codes

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

#b829ad Text Font Color

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

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


#b829ad Background Color

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

This div background color is #b829ad


#b829ad Border Color

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

This div border color is #b829ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829ad


Comments

No comments written yet.

Please login to write comment.