Color Hex Logo

#980bad Color Hex

#980BAD
(152,11,173)
0 Favorites   0 Comments

Color spaces of #980bad

RGB 15211173
HSL0.810.880.36
HSV292°94°68°
CMYK 0.120.940.00   0.32
XYZ20.61149.931940.3659
Yxy9.93190.29070.1401
Hunter Lab31.514961.5915-53.8812
CIE-Lab37.719968.8438-51.0545

#980bad color RGB value is (152,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001011 10101101
Octal 230 13 255
Decimal 152 11 173
Hex 98 B AD

RGB Percentages of Color #980bad

%45.24
%3.27
%51.49

CMYK Percentages of Color #980bad

%12
%94
%0
%32

Triadic Colors of #980bad

#980bad #ad980b #0bad98

Analogous Colors of #980bad

#980bad #ad0b71 #470bad

Monochromatic Colors of #980bad

#980bad

Complementary Color

#980bad #20ad0b

#980bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#980bad Color CSS Codes

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

#980bad Text Font Color

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

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


#980bad Background Color

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

This div background color is #980bad


#980bad Border Color

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

This div border color is #980bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980bad


Comments

No comments written yet.

Please login to write comment.