Color Hex Logo

#983aad Color Hex

#983AAD
(152,58,173)
0 Favorites   0 Comments

Color spaces of #983aad

RGB 15258173
HSL0.800.500.45
HSV289°66°68°
CMYK 0.120.660.00   0.32
XYZ22.004812.718640.8303
Yxy12.71860.29120.1683
Hunter Lab35.663147.7272-42.9162
CIE-Lab42.336155.5685-43.6444

#983aad color RGB value is (152,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 10101101
Octal 230 72 255
Decimal 152 58 173
Hex 98 3A AD

RGB Percentages of Color #983aad

%39.69
%15.14
%45.17

CMYK Percentages of Color #983aad

%12
%66
%0
%32

Triadic Colors of #983aad

#983aad #ad983a #3aad98

Analogous Colors of #983aad

#983aad #ad3a89 #5e3aad

Monochromatic Colors of #983aad

#983aad

Complementary Color

#983aad #4fad3a

#983aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aad Color CSS Codes

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

#983aad Text Font Color

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

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


#983aad Background Color

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

This div background color is #983aad


#983aad Border Color

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

This div border color is #983aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aad


Comments

No comments written yet.

Please login to write comment.