color codes Logo

#b49fec color codes

#B49FEC
(180,159,236)
0 Favorites   0 Comments

Color spaces of #b49fec

RGB 180159236
HSL0.710.670.77
HSV256°33°93°
CMYK 0.240.330.00   0.07
XYZ46.360840.555784.7414
Yxy40.55570.27010.2363
Hunter Lab63.683418.5002-34.3170
CIE-Lab69.863523.4858-35.9273

#b49fec color RGB value is (180,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11101100
Octal 264 237 354
Decimal 180 159 236
Hex B4 9F EC

RGB Percentages of Color #b49fec

%31.30
%27.65
%41.04

CMYK Percentages of Color #b49fec

%24
%33
%0
%7

Triadic Colors of #b49fec

#b49fec #ecb49f #9fecb4

Analogous Colors of #b49fec

#b49fec #db9fec #9fb1ec

Monochromatic Colors of #b49fec

#b49fec

Complementary Color

#b49fec #d7ec9f

#b49fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fec Color CSS Codes

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

#b49fec Text Font Color

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

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


#b49fec Background Color

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

This div background color is #b49fec


#b49fec Border Color

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

This div border color is #b49fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fec


Comments

No comments written yet.

Please login to write comment.