Color Hex Logo

#b39aec Color Hex

#B39AEC
(179,154,236)
0 Favorites   0 Comments

Color spaces of #b39aec

RGB 179154236
HSL0.720.680.76
HSV258°35°93°
CMYK 0.240.350.00   0.07
XYZ45.286338.751084.4497
Yxy38.75100.26880.2300
Hunter Lab62.250320.9184-36.8585
CIE-Lab68.570525.9945-37.9453

#b39aec color RGB value is (179,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 11101100
Octal 263 232 354
Decimal 179 154 236
Hex B3 9A EC

RGB Percentages of Color #b39aec

%31.46
%27.07
%41.48

CMYK Percentages of Color #b39aec

%24
%35
%0
%7

Triadic Colors of #b39aec

#b39aec #ecb39a #9aecb3

Analogous Colors of #b39aec

#b39aec #dc9aec #9aaaec

Monochromatic Colors of #b39aec

#b39aec

Complementary Color

#b39aec #d3ec9a

#b39aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39aec Color CSS Codes

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

#b39aec Text Font Color

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

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


#b39aec Background Color

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

This div background color is #b39aec


#b39aec Border Color

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

This div border color is #b39aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39aec


Comments

No comments written yet.

Please login to write comment.