Color Hex Logo

#925adb Color Hex

#925ADB
(146,90,219)
0 Favorites   0 Comments

Color spaces of #925adb

RGB 14690219
HSL0.740.640.61
HSV266°59°86°
CMYK 0.330.590.00   0.14
XYZ28.296418.537869.1046
Yxy18.53780.24410.1599
Hunter Lab43.055541.9642-65.0222
CIE-Lab50.142048.7676-57.8369

#925adb color RGB value is (146,90,219).

#925adb hex color red value is 146, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #925adb hue: 0.74 , saturation: 0.64 and the lightness value of 925adb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01011010 11011011
Octal 222 132 333
Decimal 146 90 219
Hex 92 5A DB

RGB Percentages of Color #925adb

%32.09
%19.78
%48.13

CMYK Percentages of Color #925adb

%33
%59
%0
%14

Triadic Colors of #925adb

#925adb #db925a #5adb92

Analogous Colors of #925adb

#925adb #d35adb #5a63db

Monochromatic Colors of #925adb

#925adb

Complementary Color

#925adb #a3db5a

#925adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#925adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#925adb Color CSS Codes

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

#925adb Text Font Color

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

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


#925adb Background Color

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

This div background color is #925adb


#925adb Border Color

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

This div border color is #925adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #925adb


Comments

No comments written yet.

Please login to write comment.