Color Hex Logo

#b69ddc Color Hex

#B69DDC
(182,157,220)
0 Favorites   0 Comments

Color spaces of #b69ddc

RGB 182157220
HSL0.730.470.74
HSV264°29°86°
CMYK 0.170.290.00   0.14
XYZ44.266639.226372.9485
Yxy39.22630.28300.2507
Hunter Lab62.630916.5571-25.2156
CIE-Lab68.914921.5568-28.5994

#b69ddc color RGB value is (182,157,220).

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

The process color (four color CMYK) of #b69ddc color hex is 0.17, 0.29, 0.00, 0.14. Web safe color of #b69ddc is #cc99cc. Color #b69ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 11011100
Octal 266 235 334
Decimal 182 157 220
Hex B6 9D DC

RGB Percentages of Color #b69ddc

%32.56
%28.09
%39.36

CMYK Percentages of Color #b69ddc

%17
%29
%0
%14

Triadic Colors of #b69ddc

#b69ddc #dcb69d #9ddcb6

Analogous Colors of #b69ddc

#b69ddc #d69ddc #9da4dc

Monochromatic Colors of #b69ddc

#b69ddc

Complementary Color

#b69ddc #c3dc9d

#b69ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69ddc Color CSS Codes

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

#b69ddc Text Font Color

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

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


#b69ddc Background Color

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

This div background color is #b69ddc


#b69ddc Border Color

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

This div border color is #b69ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69ddc


Comments

No comments written yet.

Please login to write comment.