Color Hex Logo

#b584dd Color Hex

#B584DD
(181,132,221)
0 Favorites   0 Comments

Color spaces of #b584dd

RGB 181132221
HSL0.760.570.69
HSV273°40°87°
CMYK 0.180.400.00   0.13
XYZ40.358531.546772.3686
Yxy31.54670.27970.2187
Hunter Lab56.166429.9702-37.0767
CIE-Lab62.966535.4378-38.3903

#b584dd color RGB value is (181,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 11011101
Octal 265 204 335
Decimal 181 132 221
Hex B5 84 DD

RGB Percentages of Color #b584dd

%33.90
%24.72
%41.39

CMYK Percentages of Color #b584dd

%18
%40
%0
%13

Triadic Colors of #b584dd

#b584dd #ddb584 #84ddb5

Analogous Colors of #b584dd

#b584dd #dd84d9 #8984dd

Monochromatic Colors of #b584dd

#b584dd

Complementary Color

#b584dd #acdd84

#b584dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b584dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b584dd Color CSS Codes

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

#b584dd Text Font Color

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

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


#b584dd Background Color

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

This div background color is #b584dd


#b584dd Border Color

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

This div border color is #b584dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b584dd


Comments

No comments written yet.

Please login to write comment.