Color Hex Logo

#983aea Color Hex

#983AEA
(152,58,234)
0 Favorites   0 Comments

Color spaces of #983aea

RGB 15258234
HSL0.760.810.57
HSV272°75°92°
CMYK 0.350.750.00   0.08
XYZ29.313215.642079.3161
Yxy15.64200.23590.1259
Hunter Lab39.550063.0862-91.2191
CIE-Lab46.501368.4125-72.1941

#983aea color RGB value is (152,58,234).

#983aea hex color red value is 152, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #983aea hue: 0.76 , saturation: 0.81 and the lightness value of 983aea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11101010
Octal 230 72 352
Decimal 152 58 234
Hex 98 3A EA

RGB Percentages of Color #983aea

%34.23
%13.06
%52.70

CMYK Percentages of Color #983aea

%35
%75
%0
%8

Triadic Colors of #983aea

#983aea #ea983a #3aea98

Analogous Colors of #983aea

#983aea #ea3ae4 #403aea

Monochromatic Colors of #983aea

#983aea

Complementary Color

#983aea #8cea3a

#983aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aea Color CSS Codes

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

#983aea Text Font Color

<p style="color:#983aea">Text here</p>

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


#983aea Background Color

<div style="background-color:#983aea">
Div content here</div>

This div background color is #983aea


#983aea Border Color

<div style="border:3px solid #983aea">
Div here</div>

This div border color is #983aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,58,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983aea;
  -webkit-box-shadow: 1px 1px 3px 2px #983aea;
  box-shadow:         1px 1px 3px 2px #983aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aea


Comments

No comments written yet.

Please login to write comment.