Color Hex Logo

#983aae Color Hex

#983AAE
(152,58,174)
0 Favorites   0 Comments

Color spaces of #983aae

RGB 15258174
HSL0.800.500.45
HSV289°67°68°
CMYK 0.130.670.00   0.32
XYZ22.101912.757541.3419
Yxy12.75750.29000.1674
Hunter Lab35.717647.9490-43.6237
CIE-Lab42.395655.7633-44.1419

#983aae color RGB value is (152,58,174).

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

The process color (four color CMYK) of #983aae color hex is 0.13, 0.67, 0.00, 0.32. Web safe color of #983aae is #993399. Color #983aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 10101110
Octal 230 72 256
Decimal 152 58 174
Hex 98 3A AE

RGB Percentages of Color #983aae

%39.58
%15.10
%45.31

CMYK Percentages of Color #983aae

%13
%67
%0
%32

Triadic Colors of #983aae

#983aae #ae983a #3aae98

Analogous Colors of #983aae

#983aae #ae3a8a #5e3aae

Monochromatic Colors of #983aae

#983aae

Complementary Color

#983aae #50ae3a

#983aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aae Color CSS Codes

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

#983aae Text Font Color

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

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


#983aae Background Color

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

This div background color is #983aae


#983aae Border Color

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

This div border color is #983aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aae


Comments

No comments written yet.

Please login to write comment.