Color Hex Logo

#b883ac Color Hex

#B883AC
(184,131,172)
0 Favorites   0 Comments

Color spaces of #b883ac

RGB 184131172
HSL0.870.270.62
HSV314°29°72°
CMYK 0.000.290.07   0.28
XYZ35.329929.401542.8427
Yxy29.40150.32840.2733
Hunter Lab54.223221.4138-8.8899
CIE-Lab61.134327.0291-13.5653

#b883ac color RGB value is (184,131,172).

#b883ac hex color red value is 184, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b883ac hue: 0.87 , saturation: 0.27 and the lightness value of b883ac is 0.62.

The process color (four color CMYK) of #b883ac color hex is 0.00, 0.29, 0.07, 0.28. Web safe color of #b883ac is #cc9999. Color #b883ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000011 10101100
Octal 270 203 254
Decimal 184 131 172
Hex B8 83 AC

RGB Percentages of Color #b883ac

%37.78
%26.90
%35.32

CMYK Percentages of Color #b883ac

%0
%29
%7
%28

Triadic Colors of #b883ac

#b883ac #acb883 #83acb8

Analogous Colors of #b883ac

#b883ac #b88392 #aa83b8

Monochromatic Colors of #b883ac

#b883ac

Complementary Color

#b883ac #83b88f

#b883ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b883ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b883ac Color CSS Codes

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

#b883ac Text Font Color

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

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


#b883ac Background Color

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

This div background color is #b883ac


#b883ac Border Color

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

This div border color is #b883ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b883ac


Comments

No comments written yet.

Please login to write comment.