Color Hex Logo

#b728aa Color Hex

#B728AA
(183,40,170)
0 Favorites   0 Comments

Color spaces of #b728aa

RGB 18340170
HSL0.850.640.44
HSV305°78°72°
CMYK 0.000.780.07   0.28
XYZ27.542914.487139.3748
Yxy14.48710.33830.1780
Hunter Lab38.061962.5603-34.6918
CIE-Lab44.923568.2708-37.4489

#b728aa color RGB value is (183,40,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101000 10101010
Octal 267 50 252
Decimal 183 40 170
Hex B7 28 AA

RGB Percentages of Color #b728aa

%46.56
%10.18
%43.26

CMYK Percentages of Color #b728aa

%0
%78
%7
%28

Triadic Colors of #b728aa

#b728aa #aab728 #28aab7

Analogous Colors of #b728aa

#b728aa #b72862 #7d28b7

Monochromatic Colors of #b728aa

#b728aa

Complementary Color

#b728aa #28b735

#b728aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b728aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b728aa Color CSS Codes

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

#b728aa Text Font Color

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

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


#b728aa Background Color

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

This div background color is #b728aa


#b728aa Border Color

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

This div border color is #b728aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b728aa


Comments

No comments written yet.

Please login to write comment.