Color Hex Logo

#b38ead Color Hex

#B38EAD
(179,142,173)
0 Favorites   0 Comments

Color spaces of #b38ead

RGB 179142173
HSL0.860.200.63
HSV310°21°70°
CMYK 0.000.210.03   0.30
XYZ35.806231.946843.8143
Yxy31.94680.32090.2863
Hunter Lab56.521514.1666-6.3953
CIE-Lab63.298919.3076-10.9329

#b38ead color RGB value is (179,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 10101101
Octal 263 216 255
Decimal 179 142 173
Hex B3 8E AD

RGB Percentages of Color #b38ead

%36.23
%28.74
%35.02

CMYK Percentages of Color #b38ead

%0
%21
%3
%30

Triadic Colors of #b38ead

#b38ead #adb38e #8eadb3

Analogous Colors of #b38ead

#b38ead #b38e9b #a78eb3

Monochromatic Colors of #b38ead

#b38ead

Complementary Color

#b38ead #8eb394

#b38ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ead Color CSS Codes

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

#b38ead Text Font Color

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

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


#b38ead Background Color

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

This div background color is #b38ead


#b38ead Border Color

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

This div border color is #b38ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ead


Comments

No comments written yet.

Please login to write comment.