Color Hex Logo

#980ca9 Color Hex

#980CA9
(152,12,169)
0 Favorites   0 Comments

Color spaces of #980ca9

RGB 15212169
HSL0.820.870.35
HSV294°93°66°
CMYK 0.100.930.00   0.34
XYZ20.24189.802938.3614
Yxy9.80290.29590.1433
Hunter Lab31.309660.6094-50.7271
CIE-Lab37.486368.0443-49.0386

#980ca9 color RGB value is (152,12,169).

#980ca9 hex color red value is 152, green value is 12 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #980ca9 hue: 0.82 , saturation: 0.87 and the lightness value of 980ca9 is 0.35.

The process color (four color CMYK) of #980ca9 color hex is 0.10, 0.93, 0.00, 0.34. Web safe color of #980ca9 is #990099. Color #980ca9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001100 10101001
Octal 230 14 251
Decimal 152 12 169
Hex 98 C A9

RGB Percentages of Color #980ca9

%45.65
%3.60
%50.75

CMYK Percentages of Color #980ca9

%10
%93
%0
%34

Triadic Colors of #980ca9

#980ca9 #a9980c #0ca998

Analogous Colors of #980ca9

#980ca9 #a90c6c #4a0ca9

Monochromatic Colors of #980ca9

#980ca9

Complementary Color

#980ca9 #1da90c

#980ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980ca9 Color CSS Codes

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

#980ca9 Text Font Color

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

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


#980ca9 Background Color

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

This div background color is #980ca9


#980ca9 Border Color

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

This div border color is #980ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980ca9


Comments

No comments written yet.

Please login to write comment.