Color Hex Logo

#b885aa Color Hex

#B885AA
(184,133,170)
0 Favorites   0 Comments

Color spaces of #b885aa

RGB 184133170
HSL0.880.260.62
HSV316°28°72°
CMYK 0.000.280.08   0.28
XYZ35.410429.867741.9289
Yxy29.86770.33030.2786
Hunter Lab54.651320.0161-7.2318
CIE-Lab61.539925.5539-11.8166

#b885aa color RGB value is (184,133,170).

#b885aa hex color red value is 184, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b885aa hue: 0.88 , saturation: 0.26 and the lightness value of b885aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000101 10101010
Octal 270 205 252
Decimal 184 133 170
Hex B8 85 AA

RGB Percentages of Color #b885aa

%37.78
%27.31
%34.91

CMYK Percentages of Color #b885aa

%0
%28
%8
%28

Triadic Colors of #b885aa

#b885aa #aab885 #85aab8

Analogous Colors of #b885aa

#b885aa #b88591 #ad85b8

Monochromatic Colors of #b885aa

#b885aa

Complementary Color

#b885aa #85b893

#b885aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b885aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b885aa Color CSS Codes

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

#b885aa Text Font Color

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

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


#b885aa Background Color

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

This div background color is #b885aa


#b885aa Border Color

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

This div border color is #b885aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b885aa


Comments

No comments written yet.

Please login to write comment.