Color Hex Logo

#b496cd Color Hex

#B496CD
(180,150,205)
0 Favorites   0 Comments

Color spaces of #b496cd

RGB 180150205
HSL0.760.350.70
HSV273°27°80°
CMYK 0.120.270.00   0.20
XYZ40.748235.923862.5439
Yxy35.92380.29270.2580
Hunter Lab59.936516.4656-19.9138
CIE-Lab66.461721.5780-24.0785

#b496cd color RGB value is (180,150,205).

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

The process color (four color CMYK) of #b496cd color hex is 0.12, 0.27, 0.00, 0.20. Web safe color of #b496cd is #cc99cc. Color #b496cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 11001101
Octal 264 226 315
Decimal 180 150 205
Hex B4 96 CD

RGB Percentages of Color #b496cd

%33.64
%28.04
%38.32

CMYK Percentages of Color #b496cd

%12
%27
%0
%20

Triadic Colors of #b496cd

#b496cd #cdb496 #96cdb4

Analogous Colors of #b496cd

#b496cd #cd96cb #9996cd

Monochromatic Colors of #b496cd

#b496cd

Complementary Color

#b496cd #afcd96

#b496cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496cd Color CSS Codes

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

#b496cd Text Font Color

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

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


#b496cd Background Color

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

This div background color is #b496cd


#b496cd Border Color

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

This div border color is #b496cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496cd


Comments

No comments written yet.

Please login to write comment.