Color Hex Logo

#b729aa Color Hex

#B729AA
(183,41,170)
0 Favorites   0 Comments

Color spaces of #b729aa

RGB 18341170
HSL0.850.630.44
HSV305°78°72°
CMYK 0.000.780.07   0.28
XYZ27.577114.555439.3862
Yxy14.55540.33830.1786
Hunter Lab38.151562.2601-34.5027
CIE-Lab45.019167.9957-37.2978

#b729aa color RGB value is (183,41,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 10101010
Octal 267 51 252
Decimal 183 41 170
Hex B7 29 AA

RGB Percentages of Color #b729aa

%46.45
%10.41
%43.15

CMYK Percentages of Color #b729aa

%0
%78
%7
%28

Triadic Colors of #b729aa

#b729aa #aab729 #29aab7

Analogous Colors of #b729aa

#b729aa #b72963 #7d29b7

Monochromatic Colors of #b729aa

#b729aa

Complementary Color

#b729aa #29b736

#b729aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b729aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b729aa Color CSS Codes

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

#b729aa Text Font Color

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

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


#b729aa Background Color

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

This div background color is #b729aa


#b729aa Border Color

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

This div border color is #b729aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b729aa


Comments

No comments written yet.

Please login to write comment.