Color Hex Logo

#b689da Color Hex

#B689DA
(182,137,218)
0 Favorites   0 Comments

Color spaces of #b689da

RGB 182137218
HSL0.760.520.70
HSV273°37°85°
CMYK 0.170.370.00   0.15
XYZ40.892032.898470.5244
Yxy32.89840.28340.2280
Hunter Lab57.357126.8842-32.7510
CIE-Lab64.078632.2930-34.9775

#b689da color RGB value is (182,137,218).

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

The process color (four color CMYK) of #b689da color hex is 0.17, 0.37, 0.00, 0.15. Web safe color of #b689da is #cc99cc. Color #b689da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11011010
Octal 266 211 332
Decimal 182 137 218
Hex B6 89 DA

RGB Percentages of Color #b689da

%33.89
%25.51
%40.60

CMYK Percentages of Color #b689da

%17
%37
%0
%15

Triadic Colors of #b689da

#b689da #dab689 #89dab6

Analogous Colors of #b689da

#b689da #da89d6 #8e89da

Monochromatic Colors of #b689da

#b689da

Complementary Color

#b689da #adda89

#b689da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689da Color CSS Codes

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

#b689da Text Font Color

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

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


#b689da Background Color

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

This div background color is #b689da


#b689da Border Color

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

This div border color is #b689da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,137,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689da


Comments

No comments written yet.

Please login to write comment.