Color Hex Logo

#b988ff Color Hex

#B988FF
(185,136,255)
0 Favorites   0 Comments

Color spaces of #b988ff

RGB 185136255
HSL0.741.000.77
HSV265°47°100°
CMYK 0.270.470.00   0.00
XYZ46.861735.142698.9211
Yxy35.14260.25900.1942
Hunter Lab59.281237.3619-57.4390
CIE-Lab65.859542.1567-52.5673

#b988ff color RGB value is (185,136,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11111111
Octal 271 210 377
Decimal 185 136 255
Hex B9 88 FF

RGB Percentages of Color #b988ff

%32.12
%23.61
%44.27

CMYK Percentages of Color #b988ff

%27
%47
%0
%0

Triadic Colors of #b988ff

#b988ff #ffb988 #88ffb9

Analogous Colors of #b988ff

#b988ff #f588ff #8893ff

Monochromatic Colors of #b988ff

#b988ff

Complementary Color

#b988ff #ceff88

#b988ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988ff Color CSS Codes

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

#b988ff Text Font Color

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

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


#b988ff Background Color

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

This div background color is #b988ff


#b988ff Border Color

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

This div border color is #b988ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988ff

Related Colors


Comments

No comments written yet.

Please login to write comment.