Color Hex Logo

#b8aad8 Color Hex

#B8AAD8
(184,170,216)
0 Favorites   0 Comments

Color spaces of #b8aad8

RGB 184170216
HSL0.720.370.76
HSV258°21°85°
CMYK 0.150.210.00   0.15
XYZ46.536643.897770.9861
Yxy43.89770.28830.2719
Hunter Lab66.25539.4285-17.1447
CIE-Lab72.160114.0837-21.4206

#b8aad8 color RGB value is (184,170,216).

#b8aad8 hex color red value is 184, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b8aad8 hue: 0.72 , saturation: 0.37 and the lightness value of b8aad8 is 0.76.

The process color (four color CMYK) of #b8aad8 color hex is 0.15, 0.21, 0.00, 0.15. Web safe color of #b8aad8 is #cc99cc. Color #b8aad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101010 11011000
Octal 270 252 330
Decimal 184 170 216
Hex B8 AA D8

RGB Percentages of Color #b8aad8

%32.28
%29.82
%37.89

CMYK Percentages of Color #b8aad8

%15
%21
%0
%15

Triadic Colors of #b8aad8

#b8aad8 #d8b8aa #aad8b8

Analogous Colors of #b8aad8

#b8aad8 #cfaad8 #aab3d8

Monochromatic Colors of #b8aad8

#b8aad8

Complementary Color

#b8aad8 #cad8aa

#b8aad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aad8 Color CSS Codes

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

#b8aad8 Text Font Color

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

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


#b8aad8 Background Color

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

This div background color is #b8aad8


#b8aad8 Border Color

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

This div border color is #b8aad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aad8


Comments

No comments written yet.

Please login to write comment.