Color Hex Logo

#b81aad Color Hex

#B81AAD
(184,26,173)
0 Favorites   0 Comments

Color spaces of #b81aad

RGB 18426173
HSL0.840.750.41
HSV304°86°72°
CMYK 0.000.860.06   0.28
XYZ27.679413.946340.7682
Yxy13.94630.33590.1693
Hunter Lab37.344766.9484-38.5839
CIE-Lab44.155872.1257-40.4339

#b81aad color RGB value is (184,26,173).

#b81aad hex color red value is 184, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b81aad hue: 0.84 , saturation: 0.75 and the lightness value of b81aad is 0.41.

The process color (four color CMYK) of #b81aad color hex is 0.00, 0.86, 0.06, 0.28. Web safe color of #b81aad is #cc3399. Color #b81aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011010 10101101
Octal 270 32 255
Decimal 184 26 173
Hex B8 1A AD

RGB Percentages of Color #b81aad

%48.04
%6.79
%45.17

CMYK Percentages of Color #b81aad

%0
%86
%6
%28

Triadic Colors of #b81aad

#b81aad #adb81a #1aadb8

Analogous Colors of #b81aad

#b81aad #b81a5e #741ab8

Monochromatic Colors of #b81aad

#b81aad

Complementary Color

#b81aad #1ab825

#b81aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81aad Color CSS Codes

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

#b81aad Text Font Color

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

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


#b81aad Background Color

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

This div background color is #b81aad


#b81aad Border Color

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

This div border color is #b81aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,26,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81aad


Comments

No comments written yet.

Please login to write comment.