Color Hex Logo

#b988fb Color Hex

#B988FB
(185,136,251)
0 Favorites   0 Comments

Color spaces of #b988fb

RGB 185136251
HSL0.740.930.76
HSV266°46°98°
CMYK 0.260.460.00   0.02
XYZ46.224334.887695.5645
Yxy34.88760.26160.1975
Hunter Lab59.065736.3275-54.5814
CIE-Lab65.661141.2131-50.6933

#b988fb color RGB value is (185,136,251).

#b988fb hex color red value is 185, green value is 136 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b988fb hue: 0.74 , saturation: 0.93 and the lightness value of b988fb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11111011
Octal 271 210 373
Decimal 185 136 251
Hex B9 88 FB

RGB Percentages of Color #b988fb

%32.34
%23.78
%43.88

CMYK Percentages of Color #b988fb

%26
%46
%0
%2

Triadic Colors of #b988fb

#b988fb #fbb988 #88fbb9

Analogous Colors of #b988fb

#b988fb #f388fb #8891fb

Monochromatic Colors of #b988fb

#b988fb

Complementary Color

#b988fb #cafb88

#b988fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988fb Color CSS Codes

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

#b988fb Text Font Color

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

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


#b988fb Background Color

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

This div background color is #b988fb


#b988fb Border Color

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

This div border color is #b988fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988fb

Related Colors


Comments

No comments written yet.

Please login to write comment.