Color Hex Logo

#b49cee Color Hex

#B49CEE
(180,156,238)
0 Favorites   0 Comments

Color spaces of #b49cee

RGB 180156238
HSL0.720.710.77
HSV258°34°93°
CMYK 0.240.340.00   0.07
XYZ46.143539.653386.1107
Yxy39.65330.26840.2307
Hunter Lab62.970920.6014-36.9976
CIE-Lab69.221925.6355-38.0191

#b49cee color RGB value is (180,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 11101110
Octal 264 234 356
Decimal 180 156 238
Hex B4 9C EE

RGB Percentages of Color #b49cee

%31.36
%27.18
%41.46

CMYK Percentages of Color #b49cee

%24
%34
%0
%7

Triadic Colors of #b49cee

#b49cee #eeb49c #9ceeb4

Analogous Colors of #b49cee

#b49cee #dd9cee #9cadee

Monochromatic Colors of #b49cee

#b49cee

Complementary Color

#b49cee #d6ee9c

#b49cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cee Color CSS Codes

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

#b49cee Text Font Color

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

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


#b49cee Background Color

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

This div background color is #b49cee


#b49cee Border Color

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

This div border color is #b49cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cee


Comments

No comments written yet.

Please login to write comment.