Color Hex Logo

#994aed Color Hex

#994AED
(153,74,237)
0 Favorites   0 Comments

Color spaces of #994aed

RGB 15374237
HSL0.750.820.61
HSV269°69°93°
CMYK 0.350.690.00   0.07
XYZ30.871717.784381.9264
Yxy17.78430.23640.1362
Hunter Lab42.171456.8713-85.6626
CIE-Lab49.233462.5197-69.4363

#994aed color RGB value is (153,74,237).

#994aed hex color red value is 153, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #994aed hue: 0.75 , saturation: 0.82 and the lightness value of 994aed is 0.61.

The process color (four color CMYK) of #994aed color hex is 0.35, 0.69, 0.00, 0.07. Web safe color of #994aed is #9933ff. Color #994aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 11101101
Octal 231 112 355
Decimal 153 74 237
Hex 99 4A ED

RGB Percentages of Color #994aed

%32.97
%15.95
%51.08

CMYK Percentages of Color #994aed

%35
%69
%0
%7

Triadic Colors of #994aed

#994aed #ed994a #4aed99

Analogous Colors of #994aed

#994aed #eb4aed #4a4ced

Monochromatic Colors of #994aed

#994aed

Complementary Color

#994aed #9eed4a

#994aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#994aed Color CSS Codes

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

#994aed Text Font Color

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

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


#994aed Background Color

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

This div background color is #994aed


#994aed Border Color

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

This div border color is #994aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994aed


Comments

No comments written yet.

Please login to write comment.