Color Hex Logo

#984eae Color Hex

#984EAE
(152,78,174)
0 Favorites   0 Comments

Color spaces of #984eae

RGB 15278174
HSL0.800.380.49
HSV286°55°68°
CMYK 0.130.550.00   0.32
XYZ23.313315.180241.7457
Yxy15.18020.29050.1892
Hunter Lab38.961838.6248-36.2532
CIE-Lab45.880046.2619-38.6041

#984eae color RGB value is (152,78,174).

#984eae hex color red value is 152, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #984eae hue: 0.80 , saturation: 0.38 and the lightness value of 984eae is 0.49.

The process color (four color CMYK) of #984eae color hex is 0.13, 0.55, 0.00, 0.32. Web safe color of #984eae is #996699. Color #984eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001110 10101110
Octal 230 116 256
Decimal 152 78 174
Hex 98 4E AE

RGB Percentages of Color #984eae

%37.62
%19.31
%43.07

CMYK Percentages of Color #984eae

%13
%55
%0
%32

Triadic Colors of #984eae

#984eae #ae984e #4eae98

Analogous Colors of #984eae

#984eae #ae4e94 #684eae

Monochromatic Colors of #984eae

#984eae

Complementary Color

#984eae #64ae4e

#984eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#984eae Color CSS Codes

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

#984eae Text Font Color

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

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


#984eae Background Color

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

This div background color is #984eae


#984eae Border Color

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

This div border color is #984eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984eae


Comments

No comments written yet.

Please login to write comment.