Color Hex Logo

#b921dd Color Hex

#B921DD
(185,33,221)
0 Favorites   0 Comments

Color spaces of #b921dd

RGB 18533221
HSL0.800.740.50
HSV289°85°87°
CMYK 0.160.850.00   0.13
XYZ33.602616.622569.8440
Yxy16.62250.27990.1384
Hunter Lab40.770775.7683-73.0298
CIE-Lab47.780878.6305-62.5187

#b921dd color RGB value is (185,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100001 11011101
Octal 271 41 335
Decimal 185 33 221
Hex B9 21 DD

RGB Percentages of Color #b921dd

%42.14
%7.52
%50.34

CMYK Percentages of Color #b921dd

%16
%85
%0
%13

Triadic Colors of #b921dd

#b921dd #ddb921 #21ddb9

Analogous Colors of #b921dd

#b921dd #dd21a3 #5b21dd

Monochromatic Colors of #b921dd

#b921dd

Complementary Color

#b921dd #45dd21

#b921dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b921dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b921dd Color CSS Codes

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

#b921dd Text Font Color

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

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


#b921dd Background Color

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

This div background color is #b921dd


#b921dd Border Color

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

This div border color is #b921dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b921dd


Comments

No comments written yet.

Please login to write comment.