Color Hex Logo

#b88add Color Hex

#B88ADD
(184,138,221)
0 Favorites   0 Comments

Color spaces of #b88add

RGB 184138221
HSL0.760.550.70
HSV273°38°87°
CMYK 0.170.380.00   0.13
XYZ41.906833.587872.6810
Yxy33.58780.28280.2267
Hunter Lab57.955027.6508-33.7867
CIE-Lab64.634132.9955-35.7659

#b88add color RGB value is (184,138,221).

#b88add hex color red value is 184, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b88add hue: 0.76 , saturation: 0.55 and the lightness value of b88add is 0.70.

The process color (four color CMYK) of #b88add color hex is 0.17, 0.38, 0.00, 0.13. Web safe color of #b88add is #cc99cc. Color #b88add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11011101
Octal 270 212 335
Decimal 184 138 221
Hex B8 8A DD

RGB Percentages of Color #b88add

%33.89
%25.41
%40.70

CMYK Percentages of Color #b88add

%17
%38
%0
%13

Triadic Colors of #b88add

#b88add #ddb88a #8addb8

Analogous Colors of #b88add

#b88add #dd8ad9 #8f8add

Monochromatic Colors of #b88add

#b88add

Complementary Color

#b88add #afdd8a

#b88add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88add Color CSS Codes

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

#b88add Text Font Color

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

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


#b88add Background Color

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

This div background color is #b88add


#b88add Border Color

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

This div border color is #b88add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88add


Comments

No comments written yet.

Please login to write comment.