Color Hex Logo

#b8abda Color Hex

#B8ABDA
(184,171,218)
0 Favorites   0 Comments

Color spaces of #b8abda

RGB 184171218
HSL0.710.390.76
HSV257°22°85°
CMYK 0.160.220.00   0.15
XYZ46.985044.378172.4191
Yxy44.37810.28690.2710
Hunter Lab66.61699.3168-17.8222
CIE-Lab72.480513.9642-22.0274

#b8abda color RGB value is (184,171,218).

#b8abda hex color red value is 184, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b8abda hue: 0.71 , saturation: 0.39 and the lightness value of b8abda is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11011010
Octal 270 253 332
Decimal 184 171 218
Hex B8 AB DA

RGB Percentages of Color #b8abda

%32.11
%29.84
%38.05

CMYK Percentages of Color #b8abda

%16
%22
%0
%15

Triadic Colors of #b8abda

#b8abda #dab8ab #abdab8

Analogous Colors of #b8abda

#b8abda #d0abda #abb6da

Monochromatic Colors of #b8abda

#b8abda

Complementary Color

#b8abda #cddaab

#b8abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abda Color CSS Codes

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

#b8abda Text Font Color

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

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


#b8abda Background Color

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

This div background color is #b8abda


#b8abda Border Color

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

This div border color is #b8abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abda

#b8abda Color Palettes


Comments

No comments written yet.

Please login to write comment.