Color Hex Logo

#b72aab Color Hex

#B72AAB
(183,42,171)
0 Favorites   0 Comments

Color spaces of #b72aab

RGB 18342171
HSL0.850.630.44
HSV305°77°72°
CMYK 0.000.770.07   0.28
XYZ27.707114.663539.8981
Yxy14.66350.33680.1782
Hunter Lab38.292962.1421-34.9702
CIE-Lab45.169867.8655-37.6527

#b72aab color RGB value is (183,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101010 10101011
Octal 267 52 253
Decimal 183 42 171
Hex B7 2A AB

RGB Percentages of Color #b72aab

%46.21
%10.61
%43.18

CMYK Percentages of Color #b72aab

%0
%77
%7
%28

Triadic Colors of #b72aab

#b72aab #abb72a #2aabb7

Analogous Colors of #b72aab

#b72aab #b72a65 #7d2ab7

Monochromatic Colors of #b72aab

#b72aab

Complementary Color

#b72aab #2ab736

#b72aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72aab Color CSS Codes

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

#b72aab Text Font Color

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

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


#b72aab Background Color

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

This div background color is #b72aab


#b72aab Border Color

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

This div border color is #b72aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72aab


Comments

No comments written yet.

Please login to write comment.