Color Hex Logo

#b69adf Color Hex

#B69ADF
(182,154,223)
0 Favorites   0 Comments

Color spaces of #b69adf

RGB 182154223
HSL0.730.520.74
HSV264°31°87°
CMYK 0.180.310.00   0.13
XYZ44.166338.384074.8931
Yxy38.38400.28050.2438
Hunter Lab61.954818.8280-28.3034
CIE-Lab68.302723.9026-31.1963

#b69adf color RGB value is (182,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11011111
Octal 266 232 337
Decimal 182 154 223
Hex B6 9A DF

RGB Percentages of Color #b69adf

%32.56
%27.55
%39.89

CMYK Percentages of Color #b69adf

%18
%31
%0
%13

Triadic Colors of #b69adf

#b69adf #dfb69a #9adfb6

Analogous Colors of #b69adf

#b69adf #d99adf #9aa1df

Monochromatic Colors of #b69adf

#b69adf

Complementary Color

#b69adf #c3df9a

#b69adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69adf Color CSS Codes

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

#b69adf Text Font Color

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

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


#b69adf Background Color

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

This div background color is #b69adf


#b69adf Border Color

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

This div border color is #b69adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69adf


Comments

No comments written yet.

Please login to write comment.