Color Hex Logo

#b28cad Color Hex

#B28CAD
(178,140,173)
0 Favorites   0 Comments

Color spaces of #b28cad

RGB 178140173
HSL0.860.200.62
HSV308°21°70°
CMYK 0.000.210.03   0.30
XYZ35.281031.238343.7052
Yxy31.23830.32010.2834
Hunter Lab55.891214.8674-7.2391
CIE-Lab62.708320.0790-11.8285

#b28cad color RGB value is (178,140,173).

#b28cad hex color red value is 178, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b28cad hue: 0.86 , saturation: 0.20 and the lightness value of b28cad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 10101101
Octal 262 214 255
Decimal 178 140 173
Hex B2 8C AD

RGB Percentages of Color #b28cad

%36.25
%28.51
%35.23

CMYK Percentages of Color #b28cad

%0
%21
%3
%30

Triadic Colors of #b28cad

#b28cad #adb28c #8cadb2

Analogous Colors of #b28cad

#b28cad #b28c9a #a48cb2

Monochromatic Colors of #b28cad

#b28cad

Complementary Color

#b28cad #8cb291

#b28cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cad Color CSS Codes

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

#b28cad Text Font Color

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

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


#b28cad Background Color

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

This div background color is #b28cad


#b28cad Border Color

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

This div border color is #b28cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cad


Comments

No comments written yet.

Please login to write comment.