Color Hex Logo

#994aff Color Hex

#994AFF
(153,74,255)
0 Favorites   0 Comments

Color spaces of #994aff

RGB 15374255
HSL0.741.000.65
HSV266°71°100°
CMYK 0.400.710.00   0.00
XYZ33.635618.889996.4811
Yxy18.88990.22570.1268
Hunter Lab43.462562.0816-101.1923
CIE-Lab50.558166.7750-77.3431

#994aff color RGB value is (153,74,255).

#994aff hex color red value is 153, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #994aff hue: 0.74 , saturation: 1.00 and the lightness value of 994aff is 0.65.

The process color (four color CMYK) of #994aff color hex is 0.40, 0.71, 0.00, 0.00. Web safe color of #994aff is #9933ff. Color #994aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 11111111
Octal 231 112 377
Decimal 153 74 255
Hex 99 4A FF

RGB Percentages of Color #994aff

%31.74
%15.35
%52.90

CMYK Percentages of Color #994aff

%40
%71
%0
%0

Triadic Colors of #994aff

#994aff #ff994a #4aff99

Analogous Colors of #994aff

#994aff #f44aff #4a56ff

Monochromatic Colors of #994aff

#994aff

Complementary Color

#994aff #b0ff4a

#994aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#994aff Color CSS Codes

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

#994aff Text Font Color

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

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


#994aff Background Color

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

This div background color is #994aff


#994aff Border Color

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

This div border color is #994aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994aff

Related Colors


Comments

No comments written yet.

Please login to write comment.