Color Hex Logo

#b992eb Color Hex

#B992EB
(185,146,235)
0 Favorites   0 Comments

Color spaces of #b992eb

RGB 185146235
HSL0.740.690.75
HSV266°38°92°
CMYK 0.210.380.00   0.08
XYZ45.281936.870283.3273
Yxy36.87020.27360.2228
Hunter Lab60.720826.8530-38.8592
CIE-Lab67.179531.9775-39.5258

#b992eb color RGB value is (185,146,235).

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

The process color (four color CMYK) of #b992eb color hex is 0.21, 0.38, 0.00, 0.08. Web safe color of #b992eb is #cc99ff. Color #b992eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 11101011
Octal 271 222 353
Decimal 185 146 235
Hex B9 92 EB

RGB Percentages of Color #b992eb

%32.69
%25.80
%41.52

CMYK Percentages of Color #b992eb

%21
%38
%0
%8

Triadic Colors of #b992eb

#b992eb #ebb992 #92ebb9

Analogous Colors of #b992eb

#b992eb #e692eb #9298eb

Monochromatic Colors of #b992eb

#b992eb

Complementary Color

#b992eb #c4eb92

#b992eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b992eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b992eb Color CSS Codes

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

#b992eb Text Font Color

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

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


#b992eb Background Color

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

This div background color is #b992eb


#b992eb Border Color

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

This div border color is #b992eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b992eb


Comments

No comments written yet.

Please login to write comment.