Color Hex Logo

#b497fe Color Hex

#B497FE
(180,151,254)
0 Favorites   0 Comments

Color spaces of #b497fe

RGB 180151254
HSL0.710.980.79
HSV257°41°100°
CMYK 0.290.410.00   0.00
XYZ47.778438.992398.7740
Yxy38.99230.25750.2102
Hunter Lab62.443827.3012-50.0746
CIE-Lab68.745732.2754-47.4951

#b497fe color RGB value is (180,151,254).

#b497fe hex color red value is 180, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b497fe hue: 0.71 , saturation: 0.98 and the lightness value of b497fe is 0.79.

The process color (four color CMYK) of #b497fe color hex is 0.29, 0.41, 0.00, 0.00. Web safe color of #b497fe is #cc99ff. Color #b497fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11111110
Octal 264 227 376
Decimal 180 151 254
Hex B4 97 FE

RGB Percentages of Color #b497fe

%30.77
%25.81
%43.42

CMYK Percentages of Color #b497fe

%29
%41
%0
%0

Triadic Colors of #b497fe

#b497fe #feb497 #97feb4

Analogous Colors of #b497fe

#b497fe #e897fe #97aefe

Monochromatic Colors of #b497fe

#b497fe

Complementary Color

#b497fe #e1fe97

#b497fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497fe Color CSS Codes

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

#b497fe Text Font Color

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

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


#b497fe Background Color

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

This div background color is #b497fe


#b497fe Border Color

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

This div border color is #b497fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497fe


Comments

No comments written yet.

Please login to write comment.