Color Hex Logo

#994adb Color Hex

#994ADB
(153,74,219)
0 Favorites   0 Comments

Color spaces of #994adb

RGB 15374219
HSL0.760.670.57
HSV273°66°86°
CMYK 0.300.660.00   0.14
XYZ28.371816.784368.7622
Yxy16.78430.24910.1473
Hunter Lab40.968651.9205-70.8349
CIE-Lab47.987158.3523-61.2679

#994adb color RGB value is (153,74,219).

#994adb hex color red value is 153, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #994adb hue: 0.76 , saturation: 0.67 and the lightness value of 994adb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 11011011
Octal 231 112 333
Decimal 153 74 219
Hex 99 4A DB

RGB Percentages of Color #994adb

%34.30
%16.59
%49.10

CMYK Percentages of Color #994adb

%30
%66
%0
%14

Triadic Colors of #994adb

#994adb #db994a #4adb99

Analogous Colors of #994adb

#994adb #db4ad5 #514adb

Monochromatic Colors of #994adb

#994adb

Complementary Color

#994adb #8cdb4a

#994adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#994adb Color CSS Codes

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

#994adb Text Font Color

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

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


#994adb Background Color

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

This div background color is #994adb


#994adb Border Color

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

This div border color is #994adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994adb


Comments

No comments written yet.

Please login to write comment.