Color Hex Logo

#984ba1 Color Hex

#984BA1
(152,75,161)
0 Favorites   0 Comments

Color spaces of #984ba1

RGB 15275161
HSL0.820.360.46
HSV294°53°63°
CMYK 0.060.530.00   0.37
XYZ21.898014.280835.3205
Yxy14.28080.30630.1997
Hunter Lab37.789937.3023-28.9626
CIE-Lab44.633045.1709-32.8811

#984ba1 color RGB value is (152,75,161).

#984ba1 hex color red value is 152, green value is 75 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #984ba1 hue: 0.82 , saturation: 0.36 and the lightness value of 984ba1 is 0.46.

The process color (four color CMYK) of #984ba1 color hex is 0.06, 0.53, 0.00, 0.37. Web safe color of #984ba1 is #993399. Color #984ba1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001011 10100001
Octal 230 113 241
Decimal 152 75 161
Hex 98 4B A1

RGB Percentages of Color #984ba1

%39.18
%19.33
%41.49

CMYK Percentages of Color #984ba1

%6
%53
%0
%37

Triadic Colors of #984ba1

#984ba1 #a1984b #4ba198

Analogous Colors of #984ba1

#984ba1 #a14b7f #6d4ba1

Monochromatic Colors of #984ba1

#984ba1

Complementary Color

#984ba1 #54a14b

#984ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ba1 Color CSS Codes

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

#984ba1 Text Font Color

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

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


#984ba1 Background Color

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

This div background color is #984ba1


#984ba1 Border Color

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

This div border color is #984ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ba1


Comments

No comments written yet.

Please login to write comment.