Color Hex Logo

#b689de Color Hex

#B689DE
(182,137,222)
0 Favorites   0 Comments

Color spaces of #b689de

RGB 182137222
HSL0.750.560.70
HSV272°38°87°
CMYK 0.180.380.00   0.13
XYZ41.421933.110373.3150
Yxy33.11030.28020.2239
Hunter Lab57.541627.7974-35.2637
CIE-Lab64.250133.1769-36.9346

#b689de color RGB value is (182,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11011110
Octal 266 211 336
Decimal 182 137 222
Hex B6 89 DE

RGB Percentages of Color #b689de

%33.64
%25.32
%41.04

CMYK Percentages of Color #b689de

%18
%38
%0
%13

Triadic Colors of #b689de

#b689de #deb689 #89deb6

Analogous Colors of #b689de

#b689de #de89dc #8c89de

Monochromatic Colors of #b689de

#b689de

Complementary Color

#b689de #b1de89

#b689de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689de Color CSS Codes

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

#b689de Text Font Color

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

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


#b689de Background Color

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

This div background color is #b689de


#b689de Border Color

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

This div border color is #b689de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689de


Comments

No comments written yet.

Please login to write comment.