Color Hex Logo

#b496fc Color Hex

#B496FC
(180,150,252)
0 Favorites   0 Comments

Color spaces of #b496fc

RGB 180150252
HSL0.720.940.79
HSV258°40°99°
CMYK 0.290.400.00   0.01
XYZ47.299438.544397.0423
Yxy38.54430.25860.2108
Hunter Lab62.084127.3450-49.2161
CIE-Lab68.419932.3467-46.9188

#b496fc color RGB value is (180,150,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 11111100
Octal 264 226 374
Decimal 180 150 252
Hex B4 96 FC

RGB Percentages of Color #b496fc

%30.93
%25.77
%43.30

CMYK Percentages of Color #b496fc

%29
%40
%0
%1

Triadic Colors of #b496fc

#b496fc #fcb496 #96fcb4

Analogous Colors of #b496fc

#b496fc #e796fc #96abfc

Monochromatic Colors of #b496fc

#b496fc

Complementary Color

#b496fc #defc96

#b496fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496fc Color CSS Codes

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

#b496fc Text Font Color

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

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


#b496fc Background Color

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

This div background color is #b496fc


#b496fc Border Color

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

This div border color is #b496fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496fc


Comments

No comments written yet.

Please login to write comment.