Color Hex Logo

#b873bf Color Hex

#B873BF
(184,115,191)
0 Favorites   0 Comments

Color spaces of #b873bf

RGB 184115191
HSL0.820.370.60
HSV294°40°75°
CMYK 0.040.400.00   0.25
XYZ35.301926.213452.4893
Yxy26.21340.30970.2299
Hunter Lab51.199033.4781-24.9449
CIE-Lab58.239139.4139-28.8212

#b873bf color RGB value is (184,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 10111111
Octal 270 163 277
Decimal 184 115 191
Hex B8 73 BF

RGB Percentages of Color #b873bf

%37.55
%23.47
%38.98

CMYK Percentages of Color #b873bf

%4
%40
%0
%25

Triadic Colors of #b873bf

#b873bf #bfb873 #73bfb8

Analogous Colors of #b873bf

#b873bf #bf73a0 #9273bf

Monochromatic Colors of #b873bf

#b873bf

Complementary Color

#b873bf #7abf73

#b873bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873bf Color CSS Codes

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

#b873bf Text Font Color

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

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


#b873bf Background Color

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

This div background color is #b873bf


#b873bf Border Color

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

This div border color is #b873bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873bf


Comments

No comments written yet.

Please login to write comment.