Color Hex Logo

#b69cdd Color Hex

#B69CDD
(182,156,221)
0 Favorites   0 Comments

Color spaces of #b69cdd

RGB 182156221
HSL0.730.490.74
HSV264°29°87°
CMYK 0.180.290.00   0.13
XYZ44.231038.942573.5920
Yxy38.94250.28210.2484
Hunter Lab62.403917.3113-26.2370
CIE-Lab68.709622.3377-29.4664

#b69cdd color RGB value is (182,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 11011101
Octal 266 234 335
Decimal 182 156 221
Hex B6 9C DD

RGB Percentages of Color #b69cdd

%32.56
%27.91
%39.53

CMYK Percentages of Color #b69cdd

%18
%29
%0
%13

Triadic Colors of #b69cdd

#b69cdd #ddb69c #9cddb6

Analogous Colors of #b69cdd

#b69cdd #d79cdd #9ca3dd

Monochromatic Colors of #b69cdd

#b69cdd

Complementary Color

#b69cdd #c3dd9c

#b69cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69cdd Color CSS Codes

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

#b69cdd Text Font Color

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

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


#b69cdd Background Color

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

This div background color is #b69cdd


#b69cdd Border Color

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

This div border color is #b69cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69cdd


Comments

No comments written yet.

Please login to write comment.