Color Hex Logo

#b69aec Color Hex

#B69AEC
(182,154,236)
0 Favorites   0 Comments

Color spaces of #b69aec

RGB 182154236
HSL0.720.680.76
HSV260°35°93°
CMYK 0.230.350.00   0.07
XYZ45.987339.112484.4825
Yxy39.11240.27120.2306
Hunter Lab62.539921.8111-36.3144
CIE-Lab68.832626.8695-37.5172

#b69aec color RGB value is (182,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11101100
Octal 266 232 354
Decimal 182 154 236
Hex B6 9A EC

RGB Percentages of Color #b69aec

%31.82
%26.92
%41.26

CMYK Percentages of Color #b69aec

%23
%35
%0
%7

Triadic Colors of #b69aec

#b69aec #ecb69a #9aecb6

Analogous Colors of #b69aec

#b69aec #df9aec #9aa7ec

Monochromatic Colors of #b69aec

#b69aec

Complementary Color

#b69aec #d0ec9a

#b69aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69aec Color CSS Codes

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

#b69aec Text Font Color

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

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


#b69aec Background Color

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

This div background color is #b69aec


#b69aec Border Color

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

This div border color is #b69aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69aec


Comments

No comments written yet.

Please login to write comment.