Color Hex Logo

#b689dd Color Hex

#B689DD
(182,137,221)
0 Favorites   0 Comments

Color spaces of #b689dd

RGB 182137221
HSL0.760.550.70
HSV272°38°87°
CMYK 0.180.380.00   0.13
XYZ41.288233.056972.6111
Yxy33.05690.28100.2249
Hunter Lab57.495127.5673-34.6313
CIE-Lab64.207032.9547-36.4462

#b689dd color RGB value is (182,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11011101
Octal 266 211 335
Decimal 182 137 221
Hex B6 89 DD

RGB Percentages of Color #b689dd

%33.70
%25.37
%40.93

CMYK Percentages of Color #b689dd

%18
%38
%0
%13

Triadic Colors of #b689dd

#b689dd #ddb689 #89ddb6

Analogous Colors of #b689dd

#b689dd #dd89da #8c89dd

Monochromatic Colors of #b689dd

#b689dd

Complementary Color

#b689dd #b0dd89

#b689dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689dd Color CSS Codes

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

#b689dd Text Font Color

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

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


#b689dd Background Color

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

This div background color is #b689dd


#b689dd Border Color

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

This div border color is #b689dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689dd


Comments

No comments written yet.

Please login to write comment.