Color Hex Logo

#b873ac Color Hex

#B873AC
(184,115,172)
0 Favorites   0 Comments

Color spaces of #b873ac

RGB 184115172
HSL0.860.330.59
HSV310°38°72°
CMYK 0.000.380.07   0.28
XYZ33.344325.430442.1808
Yxy25.43040.33030.2519
Hunter Lab50.428629.7775-14.2929
CIE-Lab57.492435.8620-19.0859

#b873ac color RGB value is (184,115,172).

#b873ac hex color red value is 184, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b873ac hue: 0.86 , saturation: 0.33 and the lightness value of b873ac is 0.59.

The process color (four color CMYK) of #b873ac color hex is 0.00, 0.38, 0.07, 0.28. Web safe color of #b873ac is #cc6699. Color #b873ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 10101100
Octal 270 163 254
Decimal 184 115 172
Hex B8 73 AC

RGB Percentages of Color #b873ac

%39.07
%24.42
%36.52

CMYK Percentages of Color #b873ac

%0
%38
%7
%28

Triadic Colors of #b873ac

#b873ac #acb873 #73acb8

Analogous Colors of #b873ac

#b873ac #b8738a #a273b8

Monochromatic Colors of #b873ac

#b873ac

Complementary Color

#b873ac #73b87f

#b873ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873ac Color CSS Codes

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

#b873ac Text Font Color

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

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


#b873ac Background Color

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

This div background color is #b873ac


#b873ac Border Color

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

This div border color is #b873ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873ac


Comments

No comments written yet.

Please login to write comment.