Color Hex Logo

#b49fee Color Hex

#B49FEE
(180,159,238)
0 Favorites   0 Comments

Color spaces of #b49fee

RGB 180159238
HSL0.710.700.78
HSV256°33°93°
CMYK 0.240.330.00   0.07
XYZ46.653140.672686.2806
Yxy40.67260.26870.2343
Hunter Lab63.775118.9709-35.5702
CIE-Lab69.945923.9559-36.8923

#b49fee color RGB value is (180,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11101110
Octal 264 237 356
Decimal 180 159 238
Hex B4 9F EE

RGB Percentages of Color #b49fee

%31.20
%27.56
%41.25

CMYK Percentages of Color #b49fee

%24
%33
%0
%7

Triadic Colors of #b49fee

#b49fee #eeb49f #9feeb4

Analogous Colors of #b49fee

#b49fee #dc9fee #9fb2ee

Monochromatic Colors of #b49fee

#b49fee

Complementary Color

#b49fee #d9ee9f

#b49fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fee Color CSS Codes

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

#b49fee Text Font Color

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

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


#b49fee Background Color

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

This div background color is #b49fee


#b49fee Border Color

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

This div border color is #b49fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fee


Comments

No comments written yet.

Please login to write comment.