Color Hex Logo

#b884dd Color Hex

#B884DD
(184,132,221)
0 Favorites   0 Comments

Color spaces of #b884dd

RGB 184132221
HSL0.760.570.69
HSV275°40°87°
CMYK 0.170.400.00   0.13
XYZ41.069631.913372.4019
Yxy31.91330.28250.2195
Hunter Lab56.491930.9088-36.4438
CIE-Lab63.271236.3188-37.8917

#b884dd color RGB value is (184,132,221).

#b884dd hex color red value is 184, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b884dd hue: 0.76 , saturation: 0.57 and the lightness value of b884dd is 0.69.

The process color (four color CMYK) of #b884dd color hex is 0.17, 0.40, 0.00, 0.13. Web safe color of #b884dd is #cc99cc. Color #b884dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 11011101
Octal 270 204 335
Decimal 184 132 221
Hex B8 84 DD

RGB Percentages of Color #b884dd

%34.26
%24.58
%41.15

CMYK Percentages of Color #b884dd

%17
%40
%0
%13

Triadic Colors of #b884dd

#b884dd #ddb884 #84ddb8

Analogous Colors of #b884dd

#b884dd #dd84d6 #8c84dd

Monochromatic Colors of #b884dd

#b884dd

Complementary Color

#b884dd #a9dd84

#b884dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884dd Color CSS Codes

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

#b884dd Text Font Color

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

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


#b884dd Background Color

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

This div background color is #b884dd


#b884dd Border Color

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

This div border color is #b884dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884dd


Comments

No comments written yet.

Please login to write comment.