Color Hex Logo

#b497dd Color Hex

#B497DD
(180,151,221)
0 Favorites   0 Comments

Color spaces of #b497dd

RGB 180151221
HSL0.740.510.73
HSV265°32°87°
CMYK 0.190.320.00   0.13
XYZ42.940137.057073.2961
Yxy37.05700.28010.2417
Hunter Lab60.874519.3814-28.7762
CIE-Lab67.319824.5216-31.6271

#b497dd color RGB value is (180,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11011101
Octal 264 227 335
Decimal 180 151 221
Hex B4 97 DD

RGB Percentages of Color #b497dd

%32.61
%27.36
%40.04

CMYK Percentages of Color #b497dd

%19
%32
%0
%13

Triadic Colors of #b497dd

#b497dd #ddb497 #97ddb4

Analogous Colors of #b497dd

#b497dd #d797dd #979ddd

Monochromatic Colors of #b497dd

#b497dd

Complementary Color

#b497dd #c0dd97

#b497dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497dd Color CSS Codes

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

#b497dd Text Font Color

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

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


#b497dd Background Color

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

This div background color is #b497dd


#b497dd Border Color

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

This div border color is #b497dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497dd


Comments

No comments written yet.

Please login to write comment.