color codes Logo

#b988ef color codes

#B988EF
(185,136,239)
0 Favorites   0 Comments

Color spaces of #b988ef

RGB 185136239
HSL0.750.760.74
HSV269°43°94°
CMYK 0.230.430.00   0.06
XYZ44.391734.154685.9142
Yxy34.15460.26990.2077
Hunter Lab58.441933.3128-46.2516
CIE-Lab65.085138.4292-45.0107

#b988ef color RGB value is (185,136,239).

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

The process color (four color CMYK) of #b988ef color code is 0.23, 0.43, 0.00, 0.06. Web safe color of #b988ef is #cc99ff. Color #b988ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11101111
Octal 271 210 357
Decimal 185 136 239
Hex B9 88 EF

RGB Percentages of Color #b988ef

%33.04
%24.29
%42.68

CMYK Percentages of Color #b988ef

%23
%43
%0
%6

Triadic Colors of #b988ef

#b988ef #efb988 #88efb9

Analogous Colors of #b988ef

#b988ef #ed88ef #888bef

Monochromatic Colors of #b988ef

#b988ef

Complementary Color

#b988ef #beef88

#b988ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988ef Color CSS Codes

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

#b988ef Text Font Color

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

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


#b988ef Background Color

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

This div background color is #b988ef


#b988ef Border Color

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

This div border color is #b988ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988ef


Comments

No comments written yet.

Please login to write comment.