Color Hex Logo

#b872bf Color Hex

#B872BF
(184,114,191)
0 Favorites   0 Comments

Color spaces of #b872bf

RGB 184114191
HSL0.820.380.60
HSV295°40°75°
CMYK 0.040.400.00   0.25
XYZ35.188425.986652.4515
Yxy25.98660.30970.2287
Hunter Lab50.977134.0050-25.3210
CIE-Lab58.024339.9538-29.1538

#b872bf color RGB value is (184,114,191).

#b872bf hex color red value is 184, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b872bf hue: 0.82 , saturation: 0.38 and the lightness value of b872bf is 0.60.

The process color (four color CMYK) of #b872bf color hex is 0.04, 0.40, 0.00, 0.25. Web safe color of #b872bf is #cc66cc. Color #b872bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10111111
Octal 270 162 277
Decimal 184 114 191
Hex B8 72 BF

RGB Percentages of Color #b872bf

%37.63
%23.31
%39.06

CMYK Percentages of Color #b872bf

%4
%40
%0
%25

Triadic Colors of #b872bf

#b872bf #bfb872 #72bfb8

Analogous Colors of #b872bf

#b872bf #bf72a0 #9272bf

Monochromatic Colors of #b872bf

#b872bf

Complementary Color

#b872bf #79bf72

#b872bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872bf Color CSS Codes

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

#b872bf Text Font Color

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

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


#b872bf Background Color

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

This div background color is #b872bf


#b872bf Border Color

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

This div border color is #b872bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872bf


Comments

No comments written yet.

Please login to write comment.