Color Hex Logo

#b38aec Color Hex

#B38AEC
(179,138,236)
0 Favorites   0 Comments

Color spaces of #b38aec

RGB 179138236
HSL0.740.720.73
HSV265°42°93°
CMYK 0.240.420.00   0.07
XYZ42.819233.816883.6274
Yxy33.81680.26720.2110
Hunter Lab58.152229.6685-44.5571
CIE-Lab64.816934.9495-43.8186

#b38aec color RGB value is (179,138,236).

#b38aec hex color red value is 179, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b38aec hue: 0.74 , saturation: 0.72 and the lightness value of b38aec is 0.73.

The process color (four color CMYK) of #b38aec color hex is 0.24, 0.42, 0.00, 0.07. Web safe color of #b38aec is #cc99ff. Color #b38aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 11101100
Octal 263 212 354
Decimal 179 138 236
Hex B3 8A EC

RGB Percentages of Color #b38aec

%32.37
%24.95
%42.68

CMYK Percentages of Color #b38aec

%24
%42
%0
%7

Triadic Colors of #b38aec

#b38aec #ecb38a #8aecb3

Analogous Colors of #b38aec

#b38aec #e48aec #8a92ec

Monochromatic Colors of #b38aec

#b38aec

Complementary Color

#b38aec #c3ec8a

#b38aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38aec Color CSS Codes

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

#b38aec Text Font Color

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

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


#b38aec Background Color

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

This div background color is #b38aec


#b38aec Border Color

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

This div border color is #b38aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38aec


Comments

No comments written yet.

Please login to write comment.