Color Hex Logo

#b497cd Color Hex

#B497CD
(180,151,205)
0 Favorites   0 Comments

Color spaces of #b497cd

RGB 180151205
HSL0.760.350.70
HSV272°26°80°
CMYK 0.120.260.00   0.20
XYZ40.908436.244362.5973
Yxy36.24430.29270.2594
Hunter Lab60.203215.9360-19.5055
CIE-Lab66.706221.0175-23.7043

#b497cd color RGB value is (180,151,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11001101
Octal 264 227 315
Decimal 180 151 205
Hex B4 97 CD

RGB Percentages of Color #b497cd

%33.58
%28.17
%38.25

CMYK Percentages of Color #b497cd

%12
%26
%0
%20

Triadic Colors of #b497cd

#b497cd #cdb497 #97cdb4

Analogous Colors of #b497cd

#b497cd #cd97cb #9997cd

Monochromatic Colors of #b497cd

#b497cd

Complementary Color

#b497cd #b0cd97

#b497cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497cd Color CSS Codes

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

#b497cd Text Font Color

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

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


#b497cd Background Color

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

This div background color is #b497cd


#b497cd Border Color

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

This div border color is #b497cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497cd


Comments

No comments written yet.

Please login to write comment.