Color Hex Logo

#b998fa Color Hex

#B998FA
(185,152,250)
0 Favorites   0 Comments

Color spaces of #b998fa

RGB 185152250
HSL0.720.910.79
HSV260°39°98°
CMYK 0.260.390.00   0.02
XYZ48.491139.672995.5444
Yxy39.67290.26400.2160
Hunter Lab62.986427.1948-45.8468
CIE-Lab69.235932.1293-44.5164

#b998fa color RGB value is (185,152,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 11111010
Octal 271 230 372
Decimal 185 152 250
Hex B9 98 FA

RGB Percentages of Color #b998fa

%31.52
%25.89
%42.59

CMYK Percentages of Color #b998fa

%26
%39
%0
%2

Triadic Colors of #b998fa

#b998fa #fab998 #98fab9

Analogous Colors of #b998fa

#b998fa #ea98fa #98a8fa

Monochromatic Colors of #b998fa

#b998fa

Complementary Color

#b998fa #d9fa98

#b998fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998fa Color CSS Codes

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

#b998fa Text Font Color

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

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


#b998fa Background Color

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

This div background color is #b998fa


#b998fa Border Color

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

This div border color is #b998fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998fa

Related Colors


Comments

No comments written yet.

Please login to write comment.