Color Hex Logo

#b899fb Color Hex

#B899FB
(184,153,251)
0 Favorites   0 Comments

Color spaces of #b899fb

RGB 184153251
HSL0.720.920.79
HSV259°39°98°
CMYK 0.270.390.00   0.02
XYZ48.571039.937896.4156
Yxy39.93780.26270.2160
Hunter Lab63.196426.5966-46.2184
CIE-Lab69.425231.5328-44.7702

#b899fb color RGB value is (184,153,251).

#b899fb hex color red value is 184, green value is 153 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b899fb hue: 0.72 , saturation: 0.92 and the lightness value of b899fb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 11111011
Octal 270 231 373
Decimal 184 153 251
Hex B8 99 FB

RGB Percentages of Color #b899fb

%31.29
%26.02
%42.69

CMYK Percentages of Color #b899fb

%27
%39
%0
%2

Triadic Colors of #b899fb

#b899fb #fbb899 #99fbb8

Analogous Colors of #b899fb

#b899fb #e999fb #99abfb

Monochromatic Colors of #b899fb

#b899fb

Complementary Color

#b899fb #dcfb99

#b899fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899fb Color CSS Codes

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

#b899fb Text Font Color

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

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


#b899fb Background Color

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

This div background color is #b899fb


#b899fb Border Color

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

This div border color is #b899fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,153,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b899fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b899fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b899fb;
  box-shadow:         1px 1px 3px 2px #b899fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,153,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899fb


Comments

No comments written yet.

Please login to write comment.