Color Hex Logo

#981aba Color Hex

#981ABA
(152,26,186)
0 Favorites   0 Comments

Color spaces of #981aba

RGB 15226186
HSL0.800.750.42
HSV287°86°73°
CMYK 0.180.860.00   0.27
XYZ22.181210.959447.4007
Yxy10.95940.27540.1361
Hunter Lab33.105061.6659-61.7197
CIE-Lab39.512068.5597-55.8684

#981aba color RGB value is (152,26,186).

#981aba hex color red value is 152, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #981aba hue: 0.80 , saturation: 0.75 and the lightness value of 981aba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011010 10111010
Octal 230 32 272
Decimal 152 26 186
Hex 98 1A BA

RGB Percentages of Color #981aba

%41.76
%7.14
%51.10

CMYK Percentages of Color #981aba

%18
%86
%0
%27

Triadic Colors of #981aba

#981aba #ba981a #1aba98

Analogous Colors of #981aba

#981aba #ba1a8c #481aba

Monochromatic Colors of #981aba

#981aba

Complementary Color

#981aba #3cba1a

#981aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#981aba Color CSS Codes

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

#981aba Text Font Color

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

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


#981aba Background Color

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

This div background color is #981aba


#981aba Border Color

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

This div border color is #981aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981aba


Comments

No comments written yet.

Please login to write comment.