Color Hex Logo

#b920dd Color Hex

#B920DD
(185,32,221)
0 Favorites   0 Comments

Color spaces of #b920dd

RGB 18532221
HSL0.800.750.50
HSV289°86°87°
CMYK 0.160.860.00   0.13
XYZ33.575216.567869.8349
Yxy16.56780.27980.1381
Hunter Lab40.703676.0083-73.2311
CIE-Lab47.710878.8363-62.6320

#b920dd color RGB value is (185,32,221).

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

The process color (four color CMYK) of #b920dd color hex is 0.16, 0.86, 0.00, 0.13. Web safe color of #b920dd is #cc33cc. Color #b920dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100000 11011101
Octal 271 40 335
Decimal 185 32 221
Hex B9 20 DD

RGB Percentages of Color #b920dd

%42.24
%7.31
%50.46

CMYK Percentages of Color #b920dd

%16
%86
%0
%13

Triadic Colors of #b920dd

#b920dd #ddb920 #20ddb9

Analogous Colors of #b920dd

#b920dd #dd20a3 #5b20dd

Monochromatic Colors of #b920dd

#b920dd

Complementary Color

#b920dd #44dd20

#b920dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b920dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b920dd Color CSS Codes

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

#b920dd Text Font Color

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

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


#b920dd Background Color

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

This div background color is #b920dd


#b920dd Border Color

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

This div border color is #b920dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,32,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 #b920dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b920dd


Comments

No comments written yet.

Please login to write comment.