Color Hex Logo

#b496df Color Hex

#B496DF
(180,150,223)
0 Favorites   0 Comments

Color spaces of #b496df

RGB 180150223
HSL0.740.530.73
HSV265°33°87°
CMYK 0.190.330.00   0.13
XYZ43.048036.843774.6547
Yxy36.84370.27850.2384
Hunter Lab60.699020.3697-30.4324
CIE-Lab67.159625.5331-32.9796

#b496df color RGB value is (180,150,223).

#b496df hex color red value is 180, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b496df hue: 0.74 , saturation: 0.53 and the lightness value of b496df is 0.73.

The process color (four color CMYK) of #b496df color hex is 0.19, 0.33, 0.00, 0.13. Web safe color of #b496df is #cc99cc. Color #b496df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 11011111
Octal 264 226 337
Decimal 180 150 223
Hex B4 96 DF

RGB Percentages of Color #b496df

%32.55
%27.12
%40.33

CMYK Percentages of Color #b496df

%19
%33
%0
%13

Triadic Colors of #b496df

#b496df #dfb496 #96dfb4

Analogous Colors of #b496df

#b496df #d996df #969ddf

Monochromatic Colors of #b496df

#b496df

Complementary Color

#b496df #c1df96

#b496df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496df Color CSS Codes

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

#b496df Text Font Color

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

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


#b496df Background Color

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

This div background color is #b496df


#b496df Border Color

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

This div border color is #b496df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496df


Comments

No comments written yet.

Please login to write comment.