Color Hex Logo

#984acc Color Hex

#984ACC
(152,74,204)
0 Favorites   0 Comments

Color spaces of #984acc

RGB 15274204
HSL0.770.560.55
HSV276°64°80°
CMYK 0.250.640.00   0.20
XYZ26.296815.932658.8160
Yxy15.93260.26020.1577
Hunter Lab39.915747.7450-59.4233
CIE-Lab46.885954.7452-54.4587

#984acc color RGB value is (152,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 11001100
Octal 230 112 314
Decimal 152 74 204
Hex 98 4A CC

RGB Percentages of Color #984acc

%35.35
%17.21
%47.44

CMYK Percentages of Color #984acc

%25
%64
%0
%20

Triadic Colors of #984acc

#984acc #cc984a #4acc98

Analogous Colors of #984acc

#984acc #cc4abf #574acc

Monochromatic Colors of #984acc

#984acc

Complementary Color

#984acc #7ecc4a

#984acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#984acc Color CSS Codes

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

#984acc Text Font Color

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

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


#984acc Background Color

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

This div background color is #984acc


#984acc Border Color

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

This div border color is #984acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984acc


Comments

No comments written yet.

Please login to write comment.