Color Hex Logo

#980dab Color Hex

#980DAB
(152,13,171)
0 Favorites   0 Comments

Color spaces of #980dab

RGB 15213171
HSL0.810.860.36
HSV293°92°67°
CMYK 0.110.920.00   0.33
XYZ20.44359.903539.3622
Yxy9.90350.29330.1421
Hunter Lab31.469860.8854-52.1306
CIE-Lab37.668768.2468-49.9421

#980dab color RGB value is (152,13,171).

#980dab hex color red value is 152, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #980dab hue: 0.81 , saturation: 0.86 and the lightness value of 980dab is 0.36.

The process color (four color CMYK) of #980dab color hex is 0.11, 0.92, 0.00, 0.33. Web safe color of #980dab is #990099. Color #980dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001101 10101011
Octal 230 15 253
Decimal 152 13 171
Hex 98 D AB

RGB Percentages of Color #980dab

%45.24
%3.87
%50.89

CMYK Percentages of Color #980dab

%11
%92
%0
%33

Triadic Colors of #980dab

#980dab #ab980d #0dab98

Analogous Colors of #980dab

#980dab #ab0d6f #490dab

Monochromatic Colors of #980dab

#980dab

Complementary Color

#980dab #20ab0d

#980dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#980dab Color CSS Codes

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

#980dab Text Font Color

<p style="color:#980dab">Text here</p>

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


#980dab Background Color

<div style="background-color:#980dab">
Div content here</div>

This div background color is #980dab


#980dab Border Color

<div style="border:3px solid #980dab">
Div here</div>

This div border color is #980dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980dab


Comments

No comments written yet.

Please login to write comment.