Color Hex Logo

#b496fd Color Hex

#B496FD
(180,150,253)
0 Favorites   0 Comments

Color spaces of #b496fd

RGB 180150253
HSL0.720.960.79
HSV257°41°99°
CMYK 0.290.410.00   0.01
XYZ47.458438.607897.8792
Yxy38.60780.25800.2099
Hunter Lab62.135227.6005-49.9027
CIE-Lab68.466232.5905-47.3906

#b496fd color RGB value is (180,150,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 11111101
Octal 264 226 375
Decimal 180 150 253
Hex B4 96 FD

RGB Percentages of Color #b496fd

%30.87
%25.73
%43.40

CMYK Percentages of Color #b496fd

%29
%41
%0
%1

Triadic Colors of #b496fd

#b496fd #fdb496 #96fdb4

Analogous Colors of #b496fd

#b496fd #e896fd #96acfd

Monochromatic Colors of #b496fd

#b496fd

Complementary Color

#b496fd #dffd96

#b496fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496fd Color CSS Codes

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

#b496fd Text Font Color

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

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


#b496fd Background Color

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

This div background color is #b496fd


#b496fd Border Color

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

This div border color is #b496fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496fd

Related Colors


Comments

No comments written yet.

Please login to write comment.