Color Hex Logo

#983aba Color Hex

#983ABA
(152,58,186)
0 Favorites   0 Comments

Color spaces of #983aba

RGB 15258186
HSL0.790.520.48
HSV284°69°73°
CMYK 0.180.690.00   0.27
XYZ23.324913.246747.7819
Yxy13.24670.27650.1570
Hunter Lab36.396050.7012-52.3607
CIE-Lab43.132658.1560-50.0311

#983aba color RGB value is (152,58,186).

#983aba hex color red value is 152, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #983aba hue: 0.79 , saturation: 0.52 and the lightness value of 983aba is 0.48.

The process color (four color CMYK) of #983aba color hex is 0.18, 0.69, 0.00, 0.27. Web safe color of #983aba is #9933cc. Color #983aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 10111010
Octal 230 72 272
Decimal 152 58 186
Hex 98 3A BA

RGB Percentages of Color #983aba

%38.38
%14.65
%46.97

CMYK Percentages of Color #983aba

%18
%69
%0
%27

Triadic Colors of #983aba

#983aba #ba983a #3aba98

Analogous Colors of #983aba

#983aba #ba3a9c #583aba

Monochromatic Colors of #983aba

#983aba

Complementary Color

#983aba #5cba3a

#983aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aba Color CSS Codes

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

#983aba Text Font Color

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

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


#983aba Background Color

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

This div background color is #983aba


#983aba Border Color

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

This div border color is #983aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aba


Comments

No comments written yet.

Please login to write comment.