Color Hex Logo

#b28daf Color Hex

#B28DAF
(178,141,175)
0 Favorites   0 Comments

Color spaces of #b28daf

RGB 178141175
HSL0.850.190.63
HSV305°21°70°
CMYK 0.000.210.02   0.30
XYZ35.622831.609944.7812
Yxy31.60990.31800.2822
Hunter Lab56.222714.7083-7.8684
CIE-Lab63.019219.8957-12.4935

#b28daf color RGB value is (178,141,175).

#b28daf hex color red value is 178, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b28daf hue: 0.85 , saturation: 0.19 and the lightness value of b28daf is 0.63.

The process color (four color CMYK) of #b28daf color hex is 0.00, 0.21, 0.02, 0.30. Web safe color of #b28daf is #999999. Color #b28daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001101 10101111
Octal 262 215 257
Decimal 178 141 175
Hex B2 8D AF

RGB Percentages of Color #b28daf

%36.03
%28.54
%35.43

CMYK Percentages of Color #b28daf

%0
%21
%2
%30

Triadic Colors of #b28daf

#b28daf #afb28d #8dafb2

Analogous Colors of #b28daf

#b28daf #b28d9d #a38db2

Monochromatic Colors of #b28daf

#b28daf

Complementary Color

#b28daf #8db290

#b28daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28daf Color CSS Codes

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

#b28daf Text Font Color

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

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


#b28daf Background Color

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

This div background color is #b28daf


#b28daf Border Color

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

This div border color is #b28daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28daf


Comments

No comments written yet.

Please login to write comment.