Color Hex Logo

#b69bde Color Hex

#B69BDE
(182,155,222)
0 Favorites   0 Comments

Color spaces of #b69bde

RGB 182155222
HSL0.730.500.74
HSV264°30°87°
CMYK 0.180.300.00   0.13
XYZ44.197638.661774.2402
Yxy38.66170.28130.2461
Hunter Lab62.178518.0685-27.2664
CIE-Lab68.505523.1199-30.3321

#b69bde color RGB value is (182,155,222).

#b69bde hex color red value is 182, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b69bde hue: 0.73 , saturation: 0.50 and the lightness value of b69bde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011011 11011110
Octal 266 233 336
Decimal 182 155 222
Hex B6 9B DE

RGB Percentages of Color #b69bde

%32.56
%27.73
%39.71

CMYK Percentages of Color #b69bde

%18
%30
%0
%13

Triadic Colors of #b69bde

#b69bde #deb69b #9bdeb6

Analogous Colors of #b69bde

#b69bde #d89bde #9ba2de

Monochromatic Colors of #b69bde

#b69bde

Complementary Color

#b69bde #c3de9b

#b69bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69bde Color CSS Codes

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

#b69bde Text Font Color

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

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


#b69bde Background Color

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

This div background color is #b69bde


#b69bde Border Color

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

This div border color is #b69bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69bde


Comments

No comments written yet.

Please login to write comment.