Color Hex Logo

#b589dd Color Hex

#B589DD
(181,137,221)
0 Favorites   0 Comments

Color spaces of #b589dd

RGB 181137221
HSL0.750.550.70
HSV271°38°87°
CMYK 0.180.380.00   0.13
XYZ41.052932.935572.6001
Yxy32.93550.28010.2247
Hunter Lab57.389527.2564-34.8317
CIE-Lab64.108632.6577-36.6069

#b589dd color RGB value is (181,137,221).

#b589dd hex color red value is 181, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b589dd hue: 0.75 , saturation: 0.55 and the lightness value of b589dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 11011101
Octal 265 211 335
Decimal 181 137 221
Hex B5 89 DD

RGB Percentages of Color #b589dd

%33.58
%25.42
%41.00

CMYK Percentages of Color #b589dd

%18
%38
%0
%13

Triadic Colors of #b589dd

#b589dd #ddb589 #89ddb5

Analogous Colors of #b589dd

#b589dd #dd89db #8b89dd

Monochromatic Colors of #b589dd

#b589dd

Complementary Color

#b589dd #b1dd89

#b589dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b589dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b589dd Color CSS Codes

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

#b589dd Text Font Color

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

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


#b589dd Background Color

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

This div background color is #b589dd


#b589dd Border Color

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

This div border color is #b589dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b589dd


Comments

No comments written yet.

Please login to write comment.