Color Hex Logo

#b699de Color Hex

#B699DE
(182,153,222)
0 Favorites   0 Comments

Color spaces of #b699de

RGB 182153222
HSL0.740.510.74
HSV265°31°87°
CMYK 0.180.310.00   0.13
XYZ43.867538.001574.1302
Yxy38.00150.28120.2436
Hunter Lab61.645419.1431-28.1461
CIE-Lab68.021724.2383-31.0792

#b699de color RGB value is (182,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 11011110
Octal 266 231 336
Decimal 182 153 222
Hex B6 99 DE

RGB Percentages of Color #b699de

%32.68
%27.47
%39.86

CMYK Percentages of Color #b699de

%18
%31
%0
%13

Triadic Colors of #b699de

#b699de #deb699 #99deb6

Analogous Colors of #b699de

#b699de #d999de #999fde

Monochromatic Colors of #b699de

#b699de

Complementary Color

#b699de #c1de99

#b699de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b699de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b699de Color CSS Codes

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

#b699de Text Font Color

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

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


#b699de Background Color

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

This div background color is #b699de


#b699de Border Color

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

This div border color is #b699de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b699de


Comments

No comments written yet.

Please login to write comment.