Color Hex Logo

#923adb Color Hex

#923ADB
(146,58,219)
0 Favorites   0 Comments

Color spaces of #923adb

RGB 14658219
HSL0.760.690.54
HSV273°74°86°
CMYK 0.330.740.00   0.14
XYZ26.153314.251668.3902
Yxy14.25160.24040.1310
Hunter Lab37.751357.5963-80.9838
CIE-Lab44.591664.0408-66.8122

#923adb color RGB value is (146,58,219).

#923adb hex color red value is 146, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #923adb hue: 0.76 , saturation: 0.69 and the lightness value of 923adb is 0.54.

The process color (four color CMYK) of #923adb color hex is 0.33, 0.74, 0.00, 0.14. Web safe color of #923adb is #9933cc. Color #923adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00111010 11011011
Octal 222 72 333
Decimal 146 58 219
Hex 92 3A DB

RGB Percentages of Color #923adb

%34.52
%13.71
%51.77

CMYK Percentages of Color #923adb

%33
%74
%0
%14

Triadic Colors of #923adb

#923adb #db923a #3adb92

Analogous Colors of #923adb

#923adb #db3ad4 #423adb

Monochromatic Colors of #923adb

#923adb

Complementary Color

#923adb #83db3a

#923adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#923adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#923adb Color CSS Codes

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

#923adb Text Font Color

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

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


#923adb Background Color

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

This div background color is #923adb


#923adb Border Color

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

This div border color is #923adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #923adb


Comments

No comments written yet.

Please login to write comment.