Color Hex Logo

#982add Color Hex

#982ADD
(152,42,221)
0 Favorites   0 Comments

Color spaces of #982add

RGB 15242221
HSL0.770.720.52
HSV277°81°87°
CMYK 0.310.810.00   0.13
XYZ26.828013.551869.6084
Yxy13.55180.24390.1232
Hunter Lab36.812865.6629-86.3411
CIE-Lab43.583271.1604-69.5619

#982add color RGB value is (152,42,221).

#982add hex color red value is 152, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #982add hue: 0.77 , saturation: 0.72 and the lightness value of 982add is 0.52.

The process color (four color CMYK) of #982add color hex is 0.31, 0.81, 0.00, 0.13. Web safe color of #982add is #9933cc. Color #982add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101010 11011101
Octal 230 52 335
Decimal 152 42 221
Hex 98 2A DD

RGB Percentages of Color #982add

%36.63
%10.12
%53.25

CMYK Percentages of Color #982add

%31
%81
%0
%13

Triadic Colors of #982add

#982add #dd982a #2add98

Analogous Colors of #982add

#982add #dd2ac9 #3f2add

Monochromatic Colors of #982add

#982add

Complementary Color

#982add #6fdd2a

#982add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982add Color Preview on White Background

Lorem ipsum dolor sit amet.

#982add Color CSS Codes

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

#982add Text Font Color

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

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


#982add Background Color

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

This div background color is #982add


#982add Border Color

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

This div border color is #982add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982add


Comments

No comments written yet.

Please login to write comment.