Color Hex Logo

#b997fa Color Hex

#B997FA
(185,151,250)
0 Favorites   0 Comments

Color spaces of #b997fa

RGB 185151250
HSL0.720.910.79
HSV261°40°98°
CMYK 0.260.400.00   0.02
XYZ48.329539.349695.4905
Yxy39.34960.26390.2148
Hunter Lab62.729327.7484-46.3446
CIE-Lab69.003832.6857-44.8806

#b997fa color RGB value is (185,151,250).

#b997fa hex color red value is 185, green value is 151 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b997fa hue: 0.72 , saturation: 0.91 and the lightness value of b997fa is 0.79.

The process color (four color CMYK) of #b997fa color hex is 0.26, 0.40, 0.00, 0.02. Web safe color of #b997fa is #cc99ff. Color #b997fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 11111010
Octal 271 227 372
Decimal 185 151 250
Hex B9 97 FA

RGB Percentages of Color #b997fa

%31.57
%25.77
%42.66

CMYK Percentages of Color #b997fa

%26
%40
%0
%2

Triadic Colors of #b997fa

#b997fa #fab997 #97fab9

Analogous Colors of #b997fa

#b997fa #eb97fa #97a7fa

Monochromatic Colors of #b997fa

#b997fa

Complementary Color

#b997fa #d8fa97

#b997fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b997fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b997fa Color CSS Codes

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

#b997fa Text Font Color

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

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


#b997fa Background Color

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

This div background color is #b997fa


#b997fa Border Color

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

This div border color is #b997fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b997fa


Comments

No comments written yet.

Please login to write comment.