Color Hex Logo

#981aae Color Hex

#981AAE
(152,26,174)
0 Favorites   0 Comments

Color spaces of #981aae

RGB 15226174
HSL0.810.740.39
HSV291°85°68°
CMYK 0.130.850.00   0.32
XYZ20.958310.470240.9607
Yxy10.47020.28950.1446
Hunter Lab32.357758.9897-52.4032
CIE-Lab38.673466.4098-50.1128

#981aae color RGB value is (152,26,174).

#981aae hex color red value is 152, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #981aae hue: 0.81 , saturation: 0.74 and the lightness value of 981aae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 10101110
Octal 230 32 256
Decimal 152 26 174
Hex 98 1A AE

RGB Percentages of Color #981aae

%43.18
%7.39
%49.43

CMYK Percentages of Color #981aae

%13
%85
%0
%32

Triadic Colors of #981aae

#981aae #ae981a #1aae98

Analogous Colors of #981aae

#981aae #ae1a7a #4e1aae

Monochromatic Colors of #981aae

#981aae

Complementary Color

#981aae #30ae1a

#981aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#981aae Color CSS Codes

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

#981aae Text Font Color

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

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


#981aae Background Color

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

This div background color is #981aae


#981aae Border Color

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

This div border color is #981aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981aae


Comments

No comments written yet.

Please login to write comment.