Color Hex Logo

#b71dac Color Hex

#B71DAC
(183,29,172)
0 Favorites   0 Comments

Color spaces of #b71dac

RGB 18329172
HSL0.850.730.42
HSV304°84°72°
CMYK 0.000.840.06   0.28
XYZ27.414213.924640.2725
Yxy13.92460.33590.1706
Hunter Lab37.315765.8337-37.8670
CIE-Lab44.124671.1984-39.9011

#b71dac color RGB value is (183,29,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011101 10101100
Octal 267 35 254
Decimal 183 29 172
Hex B7 1D AC

RGB Percentages of Color #b71dac

%47.66
%7.55
%44.79

CMYK Percentages of Color #b71dac

%0
%84
%6
%28

Triadic Colors of #b71dac

#b71dac #acb71d #1dacb7

Analogous Colors of #b71dac

#b71dac #b71d5f #751db7

Monochromatic Colors of #b71dac

#b71dac

Complementary Color

#b71dac #1db728

#b71dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71dac Color CSS Codes

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

#b71dac Text Font Color

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

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


#b71dac Background Color

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

This div background color is #b71dac


#b71dac Border Color

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

This div border color is #b71dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,29,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71dac


Comments

No comments written yet.

Please login to write comment.