Color Hex Logo

#982dee Color Hex

#982DEE
(152,45,238)
0 Favorites   0 Comments

Color spaces of #982dee

RGB 15245238
HSL0.760.850.55
HSV273°81°93°
CMYK 0.360.810.00   0.07
XYZ29.319914.725282.1858
Yxy14.72520.23230.1167
Hunter Lab38.373469.2326-100.1222
CIE-Lab45.255573.8079-76.4866

#982dee color RGB value is (152,45,238).

#982dee hex color red value is 152, green value is 45 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #982dee hue: 0.76 , saturation: 0.85 and the lightness value of 982dee is 0.55.

The process color (four color CMYK) of #982dee color hex is 0.36, 0.81, 0.00, 0.07. Web safe color of #982dee is #9933ff. Color #982dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 11101110
Octal 230 55 356
Decimal 152 45 238
Hex 98 2D EE

RGB Percentages of Color #982dee

%34.94
%10.34
%54.71

CMYK Percentages of Color #982dee

%36
%81
%0
%7

Triadic Colors of #982dee

#982dee #ee982d #2dee98

Analogous Colors of #982dee

#982dee #ee2de4 #382dee

Monochromatic Colors of #982dee

#982dee

Complementary Color

#982dee #83ee2d

#982dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#982dee Color CSS Codes

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

#982dee Text Font Color

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

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


#982dee Background Color

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

This div background color is #982dee


#982dee Border Color

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

This div border color is #982dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982dee


Comments

No comments written yet.

Please login to write comment.