Color Hex Logo

#984ace Color Hex

#984ACE
(152,74,206)
0 Favorites   0 Comments

Color spaces of #984ace

RGB 15274206
HSL0.770.570.55
HSV275°64°81°
CMYK 0.260.640.00   0.19
XYZ26.538316.029260.0877
Yxy16.02920.25850.1561
Hunter Lab40.036548.2554-60.9583
CIE-Lab47.012855.1928-55.4056

#984ace color RGB value is (152,74,206).

#984ace hex color red value is 152, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #984ace hue: 0.77 , saturation: 0.57 and the lightness value of 984ace is 0.55.

The process color (four color CMYK) of #984ace color hex is 0.26, 0.64, 0.00, 0.19. Web safe color of #984ace is #9933cc. Color #984ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 11001110
Octal 230 112 316
Decimal 152 74 206
Hex 98 4A CE

RGB Percentages of Color #984ace

%35.19
%17.13
%47.69

CMYK Percentages of Color #984ace

%26
%64
%0
%19

Triadic Colors of #984ace

#984ace #ce984a #4ace98

Analogous Colors of #984ace

#984ace #ce4ac2 #564ace

Monochromatic Colors of #984ace

#984ace

Complementary Color

#984ace #80ce4a

#984ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ace Color CSS Codes

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

#984ace Text Font Color

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

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


#984ace Background Color

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

This div background color is #984ace


#984ace Border Color

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

This div border color is #984ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ace


Comments

No comments written yet.

Please login to write comment.