Color Hex Logo

#982cdd Color Hex

#982CDD
(152,44,221)
0 Favorites   0 Comments

Color spaces of #982cdd

RGB 15244221
HSL0.770.720.52
HSV277°80°87°
CMYK 0.310.800.00   0.13
XYZ26.900713.697269.6326
Yxy13.69720.24400.1243
Hunter Lab37.009764.9766-85.6454
CIE-Lab43.795570.5412-69.2158

#982cdd color RGB value is (152,44,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 11011101
Octal 230 54 335
Decimal 152 44 221
Hex 98 2C DD

RGB Percentages of Color #982cdd

%36.45
%10.55
%53.00

CMYK Percentages of Color #982cdd

%31
%80
%0
%13

Triadic Colors of #982cdd

#982cdd #dd982c #2cdd98

Analogous Colors of #982cdd

#982cdd #dd2cca #3f2cdd

Monochromatic Colors of #982cdd

#982cdd

Complementary Color

#982cdd #71dd2c

#982cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#982cdd Color CSS Codes

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

#982cdd Text Font Color

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

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


#982cdd Background Color

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

This div background color is #982cdd


#982cdd Border Color

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

This div border color is #982cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982cdd


Comments

No comments written yet.

Please login to write comment.