Color Hex Logo

#b49ffd Color Hex

#B49FFD
(180,159,253)
0 Favorites   0 Comments

Color spaces of #b49ffd

RGB 180159253
HSL0.700.960.81
HSV253°37°99°
CMYK 0.290.370.00   0.01
XYZ48.950241.591498.3765
Yxy41.59140.25910.2202
Hunter Lab64.491422.6250-45.2982
CIE-Lab70.588327.5571-44.0582

#b49ffd color RGB value is (180,159,253).

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

The process color (four color CMYK) of #b49ffd color hex is 0.29, 0.37, 0.00, 0.01. Web safe color of #b49ffd is #cc99ff. Color #b49ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11111101
Octal 264 237 375
Decimal 180 159 253
Hex B4 9F FD

RGB Percentages of Color #b49ffd

%30.41
%26.86
%42.74

CMYK Percentages of Color #b49ffd

%29
%37
%0
%1

Triadic Colors of #b49ffd

#b49ffd #fdb49f #9ffdb4

Analogous Colors of #b49ffd

#b49ffd #e39ffd #9fb9fd

Monochromatic Colors of #b49ffd

#b49ffd

Complementary Color

#b49ffd #e8fd9f

#b49ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ffd Color CSS Codes

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

#b49ffd Text Font Color

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

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


#b49ffd Background Color

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

This div background color is #b49ffd


#b49ffd Border Color

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

This div border color is #b49ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,159,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.