Color Hex Logo

#982aeb Color Hex

#982AEB
(152,42,235)
0 Favorites   0 Comments

Color spaces of #982aeb

RGB 15242235
HSL0.760.830.54
HSV274°82°92°
CMYK 0.350.820.00   0.08
XYZ28.772314.329579.8467
Yxy14.32950.23400.1165
Hunter Lab37.854369.4291-98.5633
CIE-Lab44.701874.0780-75.6970

#982aeb color RGB value is (152,42,235).

#982aeb hex color red value is 152, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #982aeb hue: 0.76 , saturation: 0.83 and the lightness value of 982aeb is 0.54.

The process color (four color CMYK) of #982aeb color hex is 0.35, 0.82, 0.00, 0.08. Web safe color of #982aeb is #9933ff. Color #982aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101010 11101011
Octal 230 52 353
Decimal 152 42 235
Hex 98 2A EB

RGB Percentages of Color #982aeb

%35.43
%9.79
%54.78

CMYK Percentages of Color #982aeb

%35
%82
%0
%8

Triadic Colors of #982aeb

#982aeb #eb982a #2aeb98

Analogous Colors of #982aeb

#982aeb #eb2ade #372aeb

Monochromatic Colors of #982aeb

#982aeb

Complementary Color

#982aeb #7deb2a

#982aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#982aeb Color CSS Codes

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

#982aeb Text Font Color

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

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


#982aeb Background Color

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

This div background color is #982aeb


#982aeb Border Color

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

This div border color is #982aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982aeb


Comments

No comments written yet.

Please login to write comment.