Color Hex Logo

#b81dab Color Hex

#B81DAB
(184,29,171)
0 Favorites   0 Comments

Color spaces of #b81dab

RGB 18429171
HSL0.850.730.42
HSV305°84°72°
CMYK 0.000.840.07   0.28
XYZ27.557214.009439.7797
Yxy14.00940.33880.1722
Hunter Lab37.429165.9196-36.8130
CIE-Lab44.246471.2468-39.1031

#b81dab color RGB value is (184,29,171).

#b81dab hex color red value is 184, green value is 29 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b81dab hue: 0.85 , saturation: 0.73 and the lightness value of b81dab is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011101 10101011
Octal 270 35 253
Decimal 184 29 171
Hex B8 1D AB

RGB Percentages of Color #b81dab

%47.92
%7.55
%44.53

CMYK Percentages of Color #b81dab

%0
%84
%7
%28

Triadic Colors of #b81dab

#b81dab #abb81d #1dabb8

Analogous Colors of #b81dab

#b81dab #b81d5d #781db8

Monochromatic Colors of #b81dab

#b81dab

Complementary Color

#b81dab #1db82a

#b81dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81dab Color CSS Codes

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

#b81dab Text Font Color

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

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


#b81dab Background Color

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

This div background color is #b81dab


#b81dab Border Color

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

This div border color is #b81dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81dab


Comments

No comments written yet.

Please login to write comment.