Color Hex Logo

#b992dd Color Hex

#B992DD
(185,146,221)
0 Favorites   0 Comments

Color spaces of #b992dd

RGB 185146221
HSL0.750.520.72
HSV271°34°87°
CMYK 0.160.340.00   0.13
XYZ43.337636.092573.0890
Yxy36.09250.28410.2366
Hunter Lab60.077023.6292-30.0776
CIE-Lab66.590528.8451-32.7191

#b992dd color RGB value is (185,146,221).

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

The process color (four color CMYK) of #b992dd color hex is 0.16, 0.34, 0.00, 0.13. Web safe color of #b992dd is #cc99cc. Color #b992dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 11011101
Octal 271 222 335
Decimal 185 146 221
Hex B9 92 DD

RGB Percentages of Color #b992dd

%33.51
%26.45
%40.04

CMYK Percentages of Color #b992dd

%16
%34
%0
%13

Triadic Colors of #b992dd

#b992dd #ddb992 #92ddb9

Analogous Colors of #b992dd

#b992dd #dd92dc #9492dd

Monochromatic Colors of #b992dd

#b992dd

Complementary Color

#b992dd #b6dd92

#b992dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b992dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b992dd Color CSS Codes

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

#b992dd Text Font Color

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

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


#b992dd Background Color

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

This div background color is #b992dd


#b992dd Border Color

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

This div border color is #b992dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b992dd


Comments

No comments written yet.

Please login to write comment.