Color Hex Logo

#926dab Color Hex

#926DAB
(146,109,171)
0 Favorites   0 Comments

Color spaces of #926dab

RGB 146109171
HSL0.770.270.55
HSV276°36°67°
CMYK 0.150.360.00   0.33
XYZ24.673419.988541.0858
Yxy19.98850.28770.2331
Hunter Lab44.708520.2694-23.1898
CIE-Lab51.824226.6123-27.5859

#926dab color RGB value is (146,109,171).

#926dab hex color red value is 146, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #926dab hue: 0.77 , saturation: 0.27 and the lightness value of 926dab is 0.55.

The process color (four color CMYK) of #926dab color hex is 0.15, 0.36, 0.00, 0.33. Web safe color of #926dab is #996699. Color #926dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01101101 10101011
Octal 222 155 253
Decimal 146 109 171
Hex 92 6D AB

RGB Percentages of Color #926dab

%34.27
%25.59
%40.14

CMYK Percentages of Color #926dab

%15
%36
%0
%33

Triadic Colors of #926dab

#926dab #ab926d #6dab92

Analogous Colors of #926dab

#926dab #ab6da5 #736dab

Monochromatic Colors of #926dab

#926dab

Complementary Color

#926dab #86ab6d

#926dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#926dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#926dab Color CSS Codes

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

#926dab Text Font Color

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

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


#926dab Background Color

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

This div background color is #926dab


#926dab Border Color

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

This div border color is #926dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,109,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #926dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #926dab;
  -webkit-box-shadow: 1px 1px 3px 2px #926dab;
  box-shadow:         1px 1px 3px 2px #926dab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,109,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #926dab


Comments

No comments written yet.

Please login to write comment.