Color Hex Logo

#b495cd Color Hex

#B495CD
(180,149,205)
0 Favorites   0 Comments

Color spaces of #b495cd

RGB 180149205
HSL0.760.360.69
HSV273°27°80°
CMYK 0.120.270.00   0.20
XYZ40.589335.606062.4910
Yxy35.60600.29270.2567
Hunter Lab59.670816.9956-20.3227
CIE-Lab66.217822.1385-24.4521

#b495cd color RGB value is (180,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 11001101
Octal 264 225 315
Decimal 180 149 205
Hex B4 95 CD

RGB Percentages of Color #b495cd

%33.71
%27.90
%38.39

CMYK Percentages of Color #b495cd

%12
%27
%0
%20

Triadic Colors of #b495cd

#b495cd #cdb495 #95cdb4

Analogous Colors of #b495cd

#b495cd #cd95ca #9895cd

Monochromatic Colors of #b495cd

#b495cd

Complementary Color

#b495cd #aecd95

#b495cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b495cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b495cd Color CSS Codes

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

#b495cd Text Font Color

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

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


#b495cd Background Color

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

This div background color is #b495cd


#b495cd Border Color

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

This div border color is #b495cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b495cd


Comments

No comments written yet.

Please login to write comment.