Color Hex Logo

#b872bb Color Hex

#B872BB
(184,114,187)
0 Favorites   0 Comments

Color spaces of #b872bb

RGB 184114187
HSL0.830.350.59
HSV298°39°73°
CMYK 0.020.390.00   0.27
XYZ34.754125.812850.1643
Yxy25.81280.31390.2331
Hunter Lab50.806333.1921-22.9764
CIE-Lab57.858939.1836-27.1261

#b872bb color RGB value is (184,114,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10111011
Octal 270 162 273
Decimal 184 114 187
Hex B8 72 BB

RGB Percentages of Color #b872bb

%37.94
%23.51
%38.56

CMYK Percentages of Color #b872bb

%2
%39
%0
%27

Triadic Colors of #b872bb

#b872bb #bbb872 #72bbb8

Analogous Colors of #b872bb

#b872bb #bb729a #9472bb

Monochromatic Colors of #b872bb

#b872bb

Complementary Color

#b872bb #75bb72

#b872bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872bb Color CSS Codes

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

#b872bb Text Font Color

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

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


#b872bb Background Color

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

This div background color is #b872bb


#b872bb Border Color

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

This div border color is #b872bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,114,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872bb


Comments

No comments written yet.

Please login to write comment.