Color Hex Logo

#b69aed Color Hex

#B69AED
(182,154,237)
0 Favorites   0 Comments

Color spaces of #b69aed

RGB 182154237
HSL0.720.700.77
HSV260°35°93°
CMYK 0.230.350.00   0.07
XYZ46.133139.170785.2500
Yxy39.17070.27050.2297
Hunter Lab62.586522.0477-36.9492
CIE-Lab68.874727.1023-37.9994

#b69aed color RGB value is (182,154,237).

#b69aed hex color red value is 182, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b69aed hue: 0.72 , saturation: 0.70 and the lightness value of b69aed is 0.77.

The process color (four color CMYK) of #b69aed color hex is 0.23, 0.35, 0.00, 0.07. Web safe color of #b69aed is #cc99ff. Color #b69aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11101101
Octal 266 232 355
Decimal 182 154 237
Hex B6 9A ED

RGB Percentages of Color #b69aed

%31.76
%26.88
%41.36

CMYK Percentages of Color #b69aed

%23
%35
%0
%7

Triadic Colors of #b69aed

#b69aed #edb69a #9aedb6

Analogous Colors of #b69aed

#b69aed #e09aed #9aa8ed

Monochromatic Colors of #b69aed

#b69aed

Complementary Color

#b69aed #d1ed9a

#b69aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69aed Color CSS Codes

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

#b69aed Text Font Color

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

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


#b69aed Background Color

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

This div background color is #b69aed


#b69aed Border Color

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

This div border color is #b69aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69aed


Comments

No comments written yet.

Please login to write comment.