Color Hex Logo

#b88adb Color Hex

#B88ADB
(184,138,219)
0 Favorites   0 Comments

Color spaces of #b88adb

RGB 184138219
HSL0.760.530.70
HSV274°37°86°
CMYK 0.160.370.00   0.14
XYZ41.641833.481871.2857
Yxy33.48180.28440.2287
Hunter Lab57.863527.1976-32.5387
CIE-Lab64.549132.5577-34.7866

#b88adb color RGB value is (184,138,219).

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

The process color (four color CMYK) of #b88adb color hex is 0.16, 0.37, 0.00, 0.14. Web safe color of #b88adb is #cc99cc. Color #b88adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11011011
Octal 270 212 333
Decimal 184 138 219
Hex B8 8A DB

RGB Percentages of Color #b88adb

%34.01
%25.51
%40.48

CMYK Percentages of Color #b88adb

%16
%37
%0
%14

Triadic Colors of #b88adb

#b88adb #dbb88a #8adbb8

Analogous Colors of #b88adb

#b88adb #db8ad6 #908adb

Monochromatic Colors of #b88adb

#b88adb

Complementary Color

#b88adb #addb8a

#b88adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88adb Color CSS Codes

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

#b88adb Text Font Color

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

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


#b88adb Background Color

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

This div background color is #b88adb


#b88adb Border Color

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

This div border color is #b88adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88adb


Comments

No comments written yet.

Please login to write comment.