Color Hex Logo

#b584de Color Hex

#B584DE
(181,132,222)
0 Favorites   0 Comments

Color spaces of #b584de

RGB 181132222
HSL0.760.580.69
HSV273°41°87°
CMYK 0.180.410.00   0.13
XYZ40.492131.600273.0725
Yxy31.60020.27890.2177
Hunter Lab56.214130.2025-37.7211
CIE-Lab63.011135.6597-38.8774

#b584de color RGB value is (181,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 11011110
Octal 265 204 336
Decimal 181 132 222
Hex B5 84 DE

RGB Percentages of Color #b584de

%33.83
%24.67
%41.50

CMYK Percentages of Color #b584de

%18
%41
%0
%13

Triadic Colors of #b584de

#b584de #deb584 #84deb5

Analogous Colors of #b584de

#b584de #de84da #8884de

Monochromatic Colors of #b584de

#b584de

Complementary Color

#b584de #adde84

#b584de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b584de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b584de Color CSS Codes

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

#b584de Text Font Color

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

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


#b584de Background Color

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

This div background color is #b584de


#b584de Border Color

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

This div border color is #b584de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,132,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b584de


Comments

No comments written yet.

Please login to write comment.