Color Hex Logo

#b988ec Color Hex

#B988EC
(185,136,236)
0 Favorites   0 Comments

Color spaces of #b988ec

RGB 185136236
HSL0.750.720.73
HSV269°42°93°
CMYK 0.220.420.00   0.07
XYZ43.952133.978783.5989
Yxy33.97870.27210.2104
Hunter Lab58.291332.5808-44.2274
CIE-Lab64.945737.7455-43.5758

#b988ec color RGB value is (185,136,236).

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

The process color (four color CMYK) of #b988ec color hex is 0.22, 0.42, 0.00, 0.07. Web safe color of #b988ec is #cc99ff. Color #b988ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11101100
Octal 271 210 354
Decimal 185 136 236
Hex B9 88 EC

RGB Percentages of Color #b988ec

%33.21
%24.42
%42.37

CMYK Percentages of Color #b988ec

%22
%42
%0
%7

Triadic Colors of #b988ec

#b988ec #ecb988 #88ecb9

Analogous Colors of #b988ec

#b988ec #eb88ec #8889ec

Monochromatic Colors of #b988ec

#b988ec

Complementary Color

#b988ec #bbec88

#b988ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988ec Color CSS Codes

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

#b988ec Text Font Color

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

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


#b988ec Background Color

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

This div background color is #b988ec


#b988ec Border Color

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

This div border color is #b988ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988ec


Comments

No comments written yet.

Please login to write comment.