Color Hex Logo

#984ab2 Color Hex

#984AB2
(152,74,178)
0 Favorites   0 Comments

Color spaces of #984ab2

RGB 15274178
HSL0.790.410.49
HSV285°58°70°
CMYK 0.150.580.00   0.30
XYZ23.433614.787343.7386
Yxy14.78730.28590.1804
Hunter Lab38.454341.4810-40.5196
CIE-Lab45.341549.1206-41.8089

#984ab2 color RGB value is (152,74,178).

#984ab2 hex color red value is 152, green value is 74 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #984ab2 hue: 0.79 , saturation: 0.41 and the lightness value of 984ab2 is 0.49.

The process color (four color CMYK) of #984ab2 color hex is 0.15, 0.58, 0.00, 0.30. Web safe color of #984ab2 is #993399. Color #984ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 10110010
Octal 230 112 262
Decimal 152 74 178
Hex 98 4A B2

RGB Percentages of Color #984ab2

%37.62
%18.32
%44.06

CMYK Percentages of Color #984ab2

%15
%58
%0
%30

Triadic Colors of #984ab2

#984ab2 #b2984a #4ab298

Analogous Colors of #984ab2

#984ab2 #b24a98 #644ab2

Monochromatic Colors of #984ab2

#984ab2

Complementary Color

#984ab2 #64b24a

#984ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ab2 Color CSS Codes

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

#984ab2 Text Font Color

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

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


#984ab2 Background Color

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

This div background color is #984ab2


#984ab2 Border Color

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

This div border color is #984ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ab2


Comments

No comments written yet.

Please login to write comment.