Color Hex Logo

#b471ba Color Hex

#B471BA
(180,113,186)
0 Favorites   0 Comments

Color spaces of #b471ba

RGB 180113186
HSL0.820.350.59
HSV295°39°73°
CMYK 0.030.390.00   0.27
XYZ33.590425.058749.5208
Yxy25.05870.31050.2317
Hunter Lab50.058732.1745-23.6119
CIE-Lab57.132638.2784-27.7151

#b471ba color RGB value is (180,113,186).

#b471ba hex color red value is 180, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b471ba hue: 0.82 , saturation: 0.35 and the lightness value of b471ba is 0.59.

The process color (four color CMYK) of #b471ba color hex is 0.03, 0.39, 0.00, 0.27. Web safe color of #b471ba is #cc66cc. Color #b471ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 10111010
Octal 264 161 272
Decimal 180 113 186
Hex B4 71 BA

RGB Percentages of Color #b471ba

%37.58
%23.59
%38.83

CMYK Percentages of Color #b471ba

%3
%39
%0
%27

Triadic Colors of #b471ba

#b471ba #bab471 #71bab4

Analogous Colors of #b471ba

#b471ba #ba719c #9071ba

Monochromatic Colors of #b471ba

#b471ba

Complementary Color

#b471ba #77ba71

#b471ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471ba Color CSS Codes

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

#b471ba Text Font Color

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

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


#b471ba Background Color

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

This div background color is #b471ba


#b471ba Border Color

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

This div border color is #b471ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,113,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471ba


Comments

No comments written yet.

Please login to write comment.