Color Hex Logo

#b71aad Color Hex

#B71AAD
(183,26,173)
0 Favorites   0 Comments

Color spaces of #b71aad

RGB 18326173
HSL0.840.750.41
HSV304°86°72°
CMYK 0.000.860.05   0.28
XYZ27.440713.823240.7570
Yxy13.82320.33460.1685
Hunter Lab37.179666.6792-38.9692
CIE-Lab43.978371.9354-40.7268

#b71aad color RGB value is (183,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011010 10101101
Octal 267 32 255
Decimal 183 26 173
Hex B7 1A AD

RGB Percentages of Color #b71aad

%47.91
%6.81
%45.29

CMYK Percentages of Color #b71aad

%0
%86
%5
%28

Triadic Colors of #b71aad

#b71aad #adb71a #1aadb7

Analogous Colors of #b71aad

#b71aad #b71a5f #731ab7

Monochromatic Colors of #b71aad

#b71aad

Complementary Color

#b71aad #1ab724

#b71aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71aad Color CSS Codes

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

#b71aad Text Font Color

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

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


#b71aad Background Color

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

This div background color is #b71aad


#b71aad Border Color

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

This div border color is #b71aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71aad


Comments

No comments written yet.

Please login to write comment.