Color Hex Logo

#b28dda Color Hex

#B28DDA
(178,141,218)
0 Favorites   0 Comments

Color spaces of #b28dda

RGB 178141218
HSL0.750.510.70
HSV269°35°85°
CMYK 0.180.350.00   0.15
XYZ40.539933.576770.6739
Yxy33.57670.28000.2319
Hunter Lab57.945423.4781-31.7521
CIE-Lab64.625228.8504-34.1572

#b28dda color RGB value is (178,141,218).

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

The process color (four color CMYK) of #b28dda color hex is 0.18, 0.35, 0.00, 0.15. Web safe color of #b28dda is #9999cc. Color #b28dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001101 11011010
Octal 262 215 332
Decimal 178 141 218
Hex B2 8D DA

RGB Percentages of Color #b28dda

%33.15
%26.26
%40.60

CMYK Percentages of Color #b28dda

%18
%35
%0
%15

Triadic Colors of #b28dda

#b28dda #dab28d #8ddab2

Analogous Colors of #b28dda

#b28dda #d98dda #8d8fda

Monochromatic Colors of #b28dda

#b28dda

Complementary Color

#b28dda #b5da8d

#b28dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28dda Color CSS Codes

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

#b28dda Text Font Color

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

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


#b28dda Background Color

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

This div background color is #b28dda


#b28dda Border Color

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

This div border color is #b28dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28dda


Comments

No comments written yet.

Please login to write comment.