Color Hex Logo

#b39aee Color Hex

#B39AEE
(179,154,238)
0 Favorites   0 Comments

Color spaces of #b39aee

RGB 179154238
HSL0.720.710.77
HSV258°35°93°
CMYK 0.250.350.00   0.07
XYZ45.578638.868085.9889
Yxy38.86800.26740.2281
Hunter Lab62.344221.3954-38.1354
CIE-Lab68.655526.4664-38.9083

#b39aee color RGB value is (179,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 11101110
Octal 263 232 356
Decimal 179 154 238
Hex B3 9A EE

RGB Percentages of Color #b39aee

%31.35
%26.97
%41.68

CMYK Percentages of Color #b39aee

%25
%35
%0
%7

Triadic Colors of #b39aee

#b39aee #eeb39a #9aeeb3

Analogous Colors of #b39aee

#b39aee #dd9aee #9aabee

Monochromatic Colors of #b39aee

#b39aee

Complementary Color

#b39aee #d5ee9a

#b39aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39aee Color CSS Codes

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

#b39aee Text Font Color

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

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


#b39aee Background Color

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

This div background color is #b39aee


#b39aee Border Color

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

This div border color is #b39aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39aee


Comments

No comments written yet.

Please login to write comment.