Color Hex Logo

#b771ab Color Hex

#B771AB
(183,113,171)
0 Favorites   0 Comments

Color spaces of #b771ab

RGB 183113171
HSL0.860.330.58
HSV310°38°72°
CMYK 0.000.380.07   0.28
XYZ32.784324.817841.5905
Yxy24.81780.33050.2502
Hunter Lab49.817530.2882-14.6265
CIE-Lab56.897536.4411-19.4283

#b771ab color RGB value is (183,113,171).

#b771ab hex color red value is 183, green value is 113 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b771ab hue: 0.86 , saturation: 0.33 and the lightness value of b771ab is 0.58.

The process color (four color CMYK) of #b771ab color hex is 0.00, 0.38, 0.07, 0.28. Web safe color of #b771ab is #cc6699. Color #b771ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 10101011
Octal 267 161 253
Decimal 183 113 171
Hex B7 71 AB

RGB Percentages of Color #b771ab

%39.19
%24.20
%36.62

CMYK Percentages of Color #b771ab

%0
%38
%7
%28

Triadic Colors of #b771ab

#b771ab #abb771 #71abb7

Analogous Colors of #b771ab

#b771ab #b77188 #a071b7

Monochromatic Colors of #b771ab

#b771ab

Complementary Color

#b771ab #71b77d

#b771ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771ab Color CSS Codes

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

#b771ab Text Font Color

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

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


#b771ab Background Color

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

This div background color is #b771ab


#b771ab Border Color

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

This div border color is #b771ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771ab


Comments

No comments written yet.

Please login to write comment.