Color Hex Logo

#b28ade Color Hex

#B28ADE
(178,138,222)
0 Favorites   0 Comments

Color spaces of #b28ade

RGB 178138222
HSL0.750.560.71
HSV269°38°87°
CMYK 0.200.380.00   0.13
XYZ40.633432.915973.3190
Yxy32.91590.27670.2241
Hunter Lab57.372426.0191-35.6090
CIE-Lab64.092831.4344-37.2091

#b28ade color RGB value is (178,138,222).

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

The process color (four color CMYK) of #b28ade color hex is 0.20, 0.38, 0.00, 0.13. Web safe color of #b28ade is #9999cc. Color #b28ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11011110
Octal 262 212 336
Decimal 178 138 222
Hex B2 8A DE

RGB Percentages of Color #b28ade

%33.09
%25.65
%41.26

CMYK Percentages of Color #b28ade

%20
%38
%0
%13

Triadic Colors of #b28ade

#b28ade #deb28a #8adeb2

Analogous Colors of #b28ade

#b28ade #dc8ade #8a8cde

Monochromatic Colors of #b28ade

#b28ade

Complementary Color

#b28ade #b6de8a

#b28ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28ade Color CSS Codes

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

#b28ade Text Font Color

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

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


#b28ade Background Color

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

This div background color is #b28ade


#b28ade Border Color

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

This div border color is #b28ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28ade


Comments

No comments written yet.

Please login to write comment.