Color Hex Logo

#984aa6 Color Hex

#984AA6
(152,74,166)
0 Favorites   0 Comments

Color spaces of #984aa6

RGB 15274166
HSL0.810.380.47
HSV291°55°65°
CMYK 0.080.550.00   0.35
XYZ22.280614.326137.6673
Yxy14.32610.30000.1929
Hunter Lab37.849838.8382-32.5092
CIE-Lab44.697046.6697-35.7492

#984aa6 color RGB value is (152,74,166).

#984aa6 hex color red value is 152, green value is 74 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #984aa6 hue: 0.81 , saturation: 0.38 and the lightness value of 984aa6 is 0.47.

The process color (four color CMYK) of #984aa6 color hex is 0.08, 0.55, 0.00, 0.35. Web safe color of #984aa6 is #993399. Color #984aa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 10100110
Octal 230 112 246
Decimal 152 74 166
Hex 98 4A A6

RGB Percentages of Color #984aa6

%38.78
%18.88
%42.35

CMYK Percentages of Color #984aa6

%8
%55
%0
%35

Triadic Colors of #984aa6

#984aa6 #a6984a #4aa698

Analogous Colors of #984aa6

#984aa6 #a64a86 #6a4aa6

Monochromatic Colors of #984aa6

#984aa6

Complementary Color

#984aa6 #58a64a

#984aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984aa6 Color CSS Codes

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

#984aa6 Text Font Color

<p style="color:#984aa6">Text here</p>

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


#984aa6 Background Color

<div style="background-color:#984aa6">
Div content here</div>

This div background color is #984aa6


#984aa6 Border Color

<div style="border:3px solid #984aa6">
Div here</div>

This div border color is #984aa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,74,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984aa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984aa6;
  -webkit-box-shadow: 1px 1px 3px 2px #984aa6;
  box-shadow:         1px 1px 3px 2px #984aa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984aa6


Comments

No comments written yet.

Please login to write comment.