Color Hex Logo

#983eaa Color Hex

#983EAA
(152,62,170)
0 Favorites   0 Comments

Color spaces of #983eaa

RGB 15262170
HSL0.810.470.45
HSV290°64°67°
CMYK 0.110.640.00   0.33
XYZ21.927213.022939.3882
Yxy13.02290.29500.1752
Hunter Lab36.087345.3068-39.4522
CIE-Lab42.797753.2176-41.1302

#983eaa color RGB value is (152,62,170).

#983eaa hex color red value is 152, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #983eaa hue: 0.81 , saturation: 0.47 and the lightness value of 983eaa is 0.45.

The process color (four color CMYK) of #983eaa color hex is 0.11, 0.64, 0.00, 0.33. Web safe color of #983eaa is #993399. Color #983eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111110 10101010
Octal 230 76 252
Decimal 152 62 170
Hex 98 3E AA

RGB Percentages of Color #983eaa

%39.58
%16.15
%44.27

CMYK Percentages of Color #983eaa

%11
%64
%0
%33

Triadic Colors of #983eaa

#983eaa #aa983e #3eaa98

Analogous Colors of #983eaa

#983eaa #aa3e86 #623eaa

Monochromatic Colors of #983eaa

#983eaa

Complementary Color

#983eaa #50aa3e

#983eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#983eaa Color CSS Codes

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

#983eaa Text Font Color

<p style="color:#983eaa">Text here</p>

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


#983eaa Background Color

<div style="background-color:#983eaa">
Div content here</div>

This div background color is #983eaa


#983eaa Border Color

<div style="border:3px solid #983eaa">
Div here</div>

This div border color is #983eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #983eaa;
  box-shadow:         1px 1px 3px 2px #983eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983eaa


Comments

No comments written yet.

Please login to write comment.