Color Hex Logo

#983aec Color Hex

#983AEC
(152,58,236)
0 Favorites   0 Comments

Color spaces of #983aec

RGB 15258236
HSL0.750.820.58
HSV272°75°93°
CMYK 0.360.750.00   0.07
XYZ29.602315.757680.8382
Yxy15.75760.23460.1249
Hunter Lab39.695863.6447-92.9534
CIE-Lab46.654868.8574-73.0732

#983aec color RGB value is (152,58,236).

#983aec hex color red value is 152, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #983aec hue: 0.75 , saturation: 0.82 and the lightness value of 983aec is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11101100
Octal 230 72 354
Decimal 152 58 236
Hex 98 3A EC

RGB Percentages of Color #983aec

%34.08
%13.00
%52.91

CMYK Percentages of Color #983aec

%36
%75
%0
%7

Triadic Colors of #983aec

#983aec #ec983a #3aec98

Analogous Colors of #983aec

#983aec #ec3ae7 #3f3aec

Monochromatic Colors of #983aec

#983aec

Complementary Color

#983aec #8eec3a

#983aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aec Color CSS Codes

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

#983aec Text Font Color

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

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


#983aec Background Color

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

This div background color is #983aec


#983aec Border Color

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

This div border color is #983aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aec


Comments

No comments written yet.

Please login to write comment.