Color Hex Logo

#923fab Color Hex

#923FAB
(146,63,171)
0 Favorites   0 Comments

Color spaces of #923fab

RGB 14663171
HSL0.790.460.46
HSV286°63°67°
CMYK 0.150.630.00   0.33
XYZ20.982312.606339.8554
Yxy12.60630.28570.1716
Hunter Lab35.505443.3523-41.7004
CIE-Lab42.163951.4797-42.7842

#923fab color RGB value is (146,63,171).

#923fab hex color red value is 146, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #923fab hue: 0.79 , saturation: 0.46 and the lightness value of 923fab is 0.46.

The process color (four color CMYK) of #923fab color hex is 0.15, 0.63, 0.00, 0.33. Web safe color of #923fab is #993399. Color #923fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00111111 10101011
Octal 222 77 253
Decimal 146 63 171
Hex 92 3F AB

RGB Percentages of Color #923fab

%38.42
%16.58
%45.00

CMYK Percentages of Color #923fab

%15
%63
%0
%33

Triadic Colors of #923fab

#923fab #ab923f #3fab92

Analogous Colors of #923fab

#923fab #ab3f8e #5c3fab

Monochromatic Colors of #923fab

#923fab

Complementary Color

#923fab #58ab3f

#923fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#923fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#923fab Color CSS Codes

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

#923fab Text Font Color

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

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


#923fab Background Color

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

This div background color is #923fab


#923fab Border Color

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

This div border color is #923fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,63,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 #923fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #923fab


Comments

No comments written yet.

Please login to write comment.