Color Hex Logo

#b872ac Color Hex

#B872AC
(184,114,172)
0 Favorites   0 Comments

Color spaces of #b872ac

RGB 184114172
HSL0.860.330.58
HSV310°38°72°
CMYK 0.000.380.07   0.28
XYZ33.230925.203542.1430
Yxy25.20350.33040.2506
Hunter Lab50.203130.2990-14.6289
CIE-Lab57.273236.4068-19.4203

#b872ac color RGB value is (184,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10101100
Octal 270 162 254
Decimal 184 114 172
Hex B8 72 AC

RGB Percentages of Color #b872ac

%39.15
%24.26
%36.60

CMYK Percentages of Color #b872ac

%0
%38
%7
%28

Triadic Colors of #b872ac

#b872ac #acb872 #72acb8

Analogous Colors of #b872ac

#b872ac #b87289 #a172b8

Monochromatic Colors of #b872ac

#b872ac

Complementary Color

#b872ac #72b87e

#b872ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872ac Color CSS Codes

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

#b872ac Text Font Color

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

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


#b872ac Background Color

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

This div background color is #b872ac


#b872ac Border Color

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

This div border color is #b872ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872ac


Comments

No comments written yet.

Please login to write comment.