Color Hex Logo

#b871ba Color Hex

#B871BA
(184,113,186)
0 Favorites   0 Comments

Color spaces of #b871ba

RGB 184113186
HSL0.830.350.59
HSV298°39°73°
CMYK 0.010.390.00   0.27
XYZ34.535225.545849.5650
Yxy25.54580.31500.2330
Hunter Lab50.542933.5165-22.7629
CIE-Lab57.603439.5328-26.9491

#b871ba color RGB value is (184,113,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 10111010
Octal 270 161 272
Decimal 184 113 186
Hex B8 71 BA

RGB Percentages of Color #b871ba

%38.10
%23.40
%38.51

CMYK Percentages of Color #b871ba

%1
%39
%0
%27

Triadic Colors of #b871ba

#b871ba #bab871 #71bab8

Analogous Colors of #b871ba

#b871ba #ba7198 #9471ba

Monochromatic Colors of #b871ba

#b871ba

Complementary Color

#b871ba #73ba71

#b871ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871ba Color CSS Codes

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

#b871ba Text Font Color

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

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


#b871ba Background Color

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

This div background color is #b871ba


#b871ba Border Color

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

This div border color is #b871ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871ba


Comments

No comments written yet.

Please login to write comment.