Color Hex Logo

#980cad Color Hex

#980CAD
(152,12,173)
0 Favorites   0 Comments

Color spaces of #980cad

RGB 15212173
HSL0.810.870.36
HSV292°93°68°
CMYK 0.120.930.00   0.32
XYZ20.62329.955540.3698
Yxy9.95550.29070.1403
Hunter Lab31.552361.4544-53.7723
CIE-Lab37.762468.7179-50.9859

#980cad color RGB value is (152,12,173).

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

The process color (four color CMYK) of #980cad color hex is 0.12, 0.93, 0.00, 0.32. Web safe color of #980cad is #990099. Color #980cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001100 10101101
Octal 230 14 255
Decimal 152 12 173
Hex 98 C AD

RGB Percentages of Color #980cad

%45.10
%3.56
%51.34

CMYK Percentages of Color #980cad

%12
%93
%0
%32

Triadic Colors of #980cad

#980cad #ad980c #0cad98

Analogous Colors of #980cad

#980cad #ad0c72 #480cad

Monochromatic Colors of #980cad

#980cad

Complementary Color

#980cad #21ad0c

#980cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#980cad Color CSS Codes

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

#980cad Text Font Color

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

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


#980cad Background Color

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

This div background color is #980cad


#980cad Border Color

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

This div border color is #980cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980cad


Comments

No comments written yet.

Please login to write comment.