Color Hex Logo

#982eed Color Hex

#982EED
(152,46,237)
0 Favorites   0 Comments

Color spaces of #982eed

RGB 15246237
HSL0.760.840.55
HSV273°81°93°
CMYK 0.360.810.00   0.07
XYZ29.212014.743881.4270
Yxy14.74380.23300.1176
Hunter Lab38.397768.6025-98.8535
CIE-Lab45.281373.2819-75.8800

#982eed color RGB value is (152,46,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101110 11101101
Octal 230 56 355
Decimal 152 46 237
Hex 98 2E ED

RGB Percentages of Color #982eed

%34.94
%10.57
%54.48

CMYK Percentages of Color #982eed

%36
%81
%0
%7

Triadic Colors of #982eed

#982eed #ed982e #2eed98

Analogous Colors of #982eed

#982eed #ed2ee3 #382eed

Monochromatic Colors of #982eed

#982eed

Complementary Color

#982eed #83ed2e

#982eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#982eed Color CSS Codes

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

#982eed Text Font Color

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

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


#982eed Background Color

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

This div background color is #982eed


#982eed Border Color

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

This div border color is #982eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982eed


Comments

No comments written yet.

Please login to write comment.