Color Hex Logo

#b41aad Color Hex

#B41AAD
(180,26,173)
0 Favorites   0 Comments

Color spaces of #b41aad

RGB 18026173
HSL0.840.750.40
HSV303°86°71°
CMYK 0.000.860.04   0.29
XYZ26.734613.459240.7240
Yxy13.45920.33040.1663
Hunter Lab36.686865.8757-40.1339
CIE-Lab43.447271.3657-41.6036

#b41aad color RGB value is (180,26,173).

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

The process color (four color CMYK) of #b41aad color hex is 0.00, 0.86, 0.04, 0.29. Web safe color of #b41aad is #cc3399. Color #b41aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 10101101
Octal 264 32 255
Decimal 180 26 173
Hex B4 1A AD

RGB Percentages of Color #b41aad

%47.49
%6.86
%45.65

CMYK Percentages of Color #b41aad

%0
%86
%4
%29

Triadic Colors of #b41aad

#b41aad #adb41a #1aadb4

Analogous Colors of #b41aad

#b41aad #b41a60 #6e1ab4

Monochromatic Colors of #b41aad

#b41aad

Complementary Color

#b41aad #1ab421

#b41aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41aad Color CSS Codes

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

#b41aad Text Font Color

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

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


#b41aad Background Color

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

This div background color is #b41aad


#b41aad Border Color

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

This div border color is #b41aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41aad


Comments

No comments written yet.

Please login to write comment.