Color Hex Logo

#b585dd Color Hex

#B585DD
(181,133,221)
0 Favorites   0 Comments

Color spaces of #b585dd

RGB 181133221
HSL0.760.560.69
HSV273°40°87°
CMYK 0.180.400.00   0.13
XYZ40.494731.819372.4140
Yxy31.81930.27980.2199
Hunter Lab56.408629.4268-36.6270
CIE-Lab63.193334.8825-38.0357

#b585dd color RGB value is (181,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 11011101
Octal 265 205 335
Decimal 181 133 221
Hex B5 85 DD

RGB Percentages of Color #b585dd

%33.83
%24.86
%41.31

CMYK Percentages of Color #b585dd

%18
%40
%0
%13

Triadic Colors of #b585dd

#b585dd #ddb585 #85ddb5

Analogous Colors of #b585dd

#b585dd #dd85d9 #8985dd

Monochromatic Colors of #b585dd

#b585dd

Complementary Color

#b585dd #addd85

#b585dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b585dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b585dd Color CSS Codes

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

#b585dd Text Font Color

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

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


#b585dd Background Color

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

This div background color is #b585dd


#b585dd Border Color

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

This div border color is #b585dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b585dd


Comments

No comments written yet.

Please login to write comment.