Color Hex Logo

#b28adb Color Hex

#B28ADB
(178,138,219)
0 Favorites   0 Comments

Color spaces of #b28adb

RGB 178138219
HSL0.750.530.70
HSV270°37°86°
CMYK 0.190.370.00   0.14
XYZ40.234832.756471.2198
Yxy32.75640.27900.2271
Hunter Lab57.233225.3269-33.7160
CIE-Lab63.963230.7572-35.7433

#b28adb color RGB value is (178,138,219).

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

The process color (four color CMYK) of #b28adb color hex is 0.19, 0.37, 0.00, 0.14. Web safe color of #b28adb is #9999cc. Color #b28adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11011011
Octal 262 212 333
Decimal 178 138 219
Hex B2 8A DB

RGB Percentages of Color #b28adb

%33.27
%25.79
%40.93

CMYK Percentages of Color #b28adb

%19
%37
%0
%14

Triadic Colors of #b28adb

#b28adb #dbb28a #8adbb2

Analogous Colors of #b28adb

#b28adb #db8adb #8a8bdb

Monochromatic Colors of #b28adb

#b28adb

Complementary Color

#b28adb #b3db8a

#b28adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28adb Color CSS Codes

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

#b28adb Text Font Color

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

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


#b28adb Background Color

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

This div background color is #b28adb


#b28adb Border Color

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

This div border color is #b28adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b28adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28adb


Comments

No comments written yet.

Please login to write comment.