Color Hex Logo

#982bad Color Hex

#982BAD
(152,43,173)
0 Favorites   0 Comments

Color spaces of #982bad

RGB 15243173
HSL0.810.600.42
HSV290°75°68°
CMYK 0.120.750.00   0.32
XYZ21.355611.420340.6139
Yxy11.42030.29100.1556
Hunter Lab33.793953.6612-47.5996
CIE-Lab40.279561.3837-46.9351

#982bad color RGB value is (152,43,173).

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

The process color (four color CMYK) of #982bad color hex is 0.12, 0.75, 0.00, 0.32. Web safe color of #982bad is #993399. Color #982bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101011 10101101
Octal 230 53 255
Decimal 152 43 173
Hex 98 2B AD

RGB Percentages of Color #982bad

%41.30
%11.68
%47.01

CMYK Percentages of Color #982bad

%12
%75
%0
%32

Triadic Colors of #982bad

#982bad #ad982b #2bad98

Analogous Colors of #982bad

#982bad #ad2b81 #572bad

Monochromatic Colors of #982bad

#982bad

Complementary Color

#982bad #40ad2b

#982bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#982bad Color CSS Codes

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

#982bad Text Font Color

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

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


#982bad Background Color

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

This div background color is #982bad


#982bad Border Color

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

This div border color is #982bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982bad


Comments

No comments written yet.

Please login to write comment.