Color Hex Logo

#b496d0 Color Hex

#B496D0
(180,150,208)
0 Favorites   0 Comments

Color spaces of #b496d0

RGB 180150208
HSL0.750.380.70
HSV271°28°82°
CMYK 0.130.280.00   0.18
XYZ41.113936.070164.4698
Yxy36.07010.29020.2546
Hunter Lab60.058417.0928-21.6041
CIE-Lab66.573522.2207-25.5750

#b496d0 color RGB value is (180,150,208).

#b496d0 hex color red value is 180, green value is 150 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #b496d0 hue: 0.75 , saturation: 0.38 and the lightness value of b496d0 is 0.70.

The process color (four color CMYK) of #b496d0 color hex is 0.13, 0.28, 0.00, 0.18. Web safe color of #b496d0 is #cc99cc. Color #b496d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 11010000
Octal 264 226 320
Decimal 180 150 208
Hex B4 96 D0

RGB Percentages of Color #b496d0

%33.46
%27.88
%38.66

CMYK Percentages of Color #b496d0

%13
%28
%0
%18

Triadic Colors of #b496d0

#b496d0 #d0b496 #96d0b4

Analogous Colors of #b496d0

#b496d0 #d096cf #9796d0

Monochromatic Colors of #b496d0

#b496d0

Complementary Color

#b496d0 #b2d096

#b496d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496d0 Color CSS Codes

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

#b496d0 Text Font Color

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

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


#b496d0 Background Color

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

This div background color is #b496d0


#b496d0 Border Color

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

This div border color is #b496d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496d0


Comments

No comments written yet.

Please login to write comment.