Color Hex Logo

#982ddf Color Hex

#982DDF
(152,45,223)
0 Favorites   0 Comments

Color spaces of #982ddf

RGB 15245223
HSL0.770.740.53
HSV276°80°87°
CMYK 0.320.800.00   0.13
XYZ27.206613.879971.0572
Yxy13.87990.24260.1238
Hunter Lab37.255765.1549-87.0037
CIE-Lab44.060270.6400-69.9266

#982ddf color RGB value is (152,45,223).

#982ddf hex color red value is 152, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #982ddf hue: 0.77 , saturation: 0.74 and the lightness value of 982ddf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 11011111
Octal 230 55 337
Decimal 152 45 223
Hex 98 2D DF

RGB Percentages of Color #982ddf

%36.19
%10.71
%53.10

CMYK Percentages of Color #982ddf

%32
%80
%0
%13

Triadic Colors of #982ddf

#982ddf #df982d #2ddf98

Analogous Colors of #982ddf

#982ddf #df2dcd #3f2ddf

Monochromatic Colors of #982ddf

#982ddf

Complementary Color

#982ddf #74df2d

#982ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#982ddf Color CSS Codes

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

#982ddf Text Font Color

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

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


#982ddf Background Color

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

This div background color is #982ddf


#982ddf Border Color

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

This div border color is #982ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982ddf


Comments

No comments written yet.

Please login to write comment.