Color Hex Logo

#983aab Color Hex

#983AAB
(152,58,171)
0 Favorites   0 Comments

Color spaces of #983aab

RGB 15258171
HSL0.810.490.45
HSV290°66°67°
CMYK 0.110.660.00   0.33
XYZ21.812612.641839.8185
Yxy12.64180.29370.1702
Hunter Lab35.555347.2850-41.5103
CIE-Lab42.218555.1791-42.6460

#983aab color RGB value is (152,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 10101011
Octal 230 72 253
Decimal 152 58 171
Hex 98 3A AB

RGB Percentages of Color #983aab

%39.90
%15.22
%44.88

CMYK Percentages of Color #983aab

%11
%66
%0
%33

Triadic Colors of #983aab

#983aab #ab983a #3aab98

Analogous Colors of #983aab

#983aab #ab3a86 #603aab

Monochromatic Colors of #983aab

#983aab

Complementary Color

#983aab #4dab3a

#983aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aab Color CSS Codes

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

#983aab Text Font Color

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

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


#983aab Background Color

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

This div background color is #983aab


#983aab Border Color

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

This div border color is #983aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aab


Comments

No comments written yet.

Please login to write comment.