Color Hex Logo

#983fad Color Hex

#983FAD
(152,63,173)
0 Favorites   0 Comments

Color spaces of #983fad

RGB 15263173
HSL0.800.470.46
HSV289°64°68°
CMYK 0.120.640.00   0.32
XYZ22.269213.247540.9185
Yxy13.24750.29130.1733
Hunter Lab36.397145.5184-41.1772
CIE-Lab43.133853.3550-42.3729

#983fad color RGB value is (152,63,173).

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

The process color (four color CMYK) of #983fad color hex is 0.12, 0.64, 0.00, 0.32. Web safe color of #983fad is #993399. Color #983fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 10101101
Octal 230 77 255
Decimal 152 63 173
Hex 98 3F AD

RGB Percentages of Color #983fad

%39.18
%16.24
%44.59

CMYK Percentages of Color #983fad

%12
%64
%0
%32

Triadic Colors of #983fad

#983fad #ad983f #3fad98

Analogous Colors of #983fad

#983fad #ad3f8b #613fad

Monochromatic Colors of #983fad

#983fad

Complementary Color

#983fad #54ad3f

#983fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#983fad Color CSS Codes

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

#983fad Text Font Color

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

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


#983fad Background Color

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

This div background color is #983fad


#983fad Border Color

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

This div border color is #983fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983fad


Comments

No comments written yet.

Please login to write comment.