Color Hex Logo

#b884ad Color Hex

#B884AD
(184,132,173)
0 Favorites   0 Comments

Color spaces of #b884ad

RGB 184132173
HSL0.870.270.62
HSV313°28°72°
CMYK 0.000.280.06   0.28
XYZ35.561329.710043.3955
Yxy29.71000.32730.2734
Hunter Lab54.506921.0697-9.0488
CIE-Lab61.403226.6535-13.7294

#b884ad color RGB value is (184,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 10101101
Octal 270 204 255
Decimal 184 132 173
Hex B8 84 AD

RGB Percentages of Color #b884ad

%37.63
%26.99
%35.38

CMYK Percentages of Color #b884ad

%0
%28
%6
%28

Triadic Colors of #b884ad

#b884ad #adb884 #84adb8

Analogous Colors of #b884ad

#b884ad #b88493 #a984b8

Monochromatic Colors of #b884ad

#b884ad

Complementary Color

#b884ad #84b88f

#b884ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884ad Color CSS Codes

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

#b884ad Text Font Color

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

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


#b884ad Background Color

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

This div background color is #b884ad


#b884ad Border Color

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

This div border color is #b884ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884ad


Comments

No comments written yet.

Please login to write comment.