Color Hex Logo

#983faa Color Hex

#983FAA
(152,63,170)
0 Favorites   0 Comments

Color spaces of #983faa

RGB 15263170
HSL0.810.460.46
HSV290°63°67°
CMYK 0.110.630.00   0.33
XYZ21.982113.132739.4065
Yxy13.13270.29500.1762
Hunter Lab36.239144.8572-39.1048
CIE-Lab42.962552.7630-40.8682

#983faa color RGB value is (152,63,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 10101010
Octal 230 77 252
Decimal 152 63 170
Hex 98 3F AA

RGB Percentages of Color #983faa

%39.48
%16.36
%44.16

CMYK Percentages of Color #983faa

%11
%63
%0
%33

Triadic Colors of #983faa

#983faa #aa983f #3faa98

Analogous Colors of #983faa

#983faa #aa3f87 #623faa

Monochromatic Colors of #983faa

#983faa

Complementary Color

#983faa #51aa3f

#983faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#983faa Color CSS Codes

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

#983faa Text Font Color

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

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


#983faa Background Color

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

This div background color is #983faa


#983faa Border Color

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

This div border color is #983faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,63,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 #983faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983faa


Comments

No comments written yet.

Please login to write comment.