Color Hex Logo

#994aaf Color Hex

#994AAF
(153,74,175)
0 Favorites   0 Comments

Color spaces of #994aaf

RGB 15374175
HSL0.800.410.49
HSV287°58°69°
CMYK 0.130.580.00   0.31
XYZ23.323514.765042.1781
Yxy14.76500.29060.1839
Hunter Lab38.425341.1024-38.1830
CIE-Lab45.310648.7618-40.0858

#994aaf color RGB value is (153,74,175).

#994aaf hex color red value is 153, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #994aaf hue: 0.80 , saturation: 0.41 and the lightness value of 994aaf is 0.49.

The process color (four color CMYK) of #994aaf color hex is 0.13, 0.58, 0.00, 0.31. Web safe color of #994aaf is #993399. Color #994aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 10101111
Octal 231 112 257
Decimal 153 74 175
Hex 99 4A AF

RGB Percentages of Color #994aaf

%38.06
%18.41
%43.53

CMYK Percentages of Color #994aaf

%13
%58
%0
%31

Triadic Colors of #994aaf

#994aaf #af994a #4aaf99

Analogous Colors of #994aaf

#994aaf #af4a93 #674aaf

Monochromatic Colors of #994aaf

#994aaf

Complementary Color

#994aaf #60af4a

#994aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994aaf Color CSS Codes

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

#994aaf Text Font Color

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

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


#994aaf Background Color

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

This div background color is #994aaf


#994aaf Border Color

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

This div border color is #994aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994aaf


Comments

No comments written yet.

Please login to write comment.