Color Hex Logo

#b497df Color Hex

#B497DF
(180,151,223)
0 Favorites   0 Comments

Color spaces of #b497df

RGB 180151223
HSL0.730.530.73
HSV264°32°87°
CMYK 0.190.320.00   0.13
XYZ43.208337.164274.7081
Yxy37.16420.27860.2396
Hunter Lab60.962419.8310-29.9848
CIE-Lab67.400024.9727-32.6071

#b497df color RGB value is (180,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11011111
Octal 264 227 337
Decimal 180 151 223
Hex B4 97 DF

RGB Percentages of Color #b497df

%32.49
%27.26
%40.25

CMYK Percentages of Color #b497df

%19
%32
%0
%13

Triadic Colors of #b497df

#b497df #dfb497 #97dfb4

Analogous Colors of #b497df

#b497df #d897df #979edf

Monochromatic Colors of #b497df

#b497df

Complementary Color

#b497df #c2df97

#b497df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497df Color CSS Codes

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

#b497df Text Font Color

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

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


#b497df Background Color

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

This div background color is #b497df


#b497df Border Color

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

This div border color is #b497df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497df


Comments

No comments written yet.

Please login to write comment.