Color Hex Logo

#983aff Color Hex

#983AFF
(152,58,255)
0 Favorites   0 Comments

Color spaces of #983aff

RGB 15258255
HSL0.751.000.61
HSV269°77°100°
CMYK 0.400.770.00   0.00
XYZ32.512016.921596.1604
Yxy16.92150.22330.1162
Hunter Lab41.135869.0915-109.8034
CIE-Lab48.161073.1249-81.2631

#983aff color RGB value is (152,58,255).

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

The process color (four color CMYK) of #983aff color hex is 0.40, 0.77, 0.00, 0.00. Web safe color of #983aff is #9933ff. Color #983aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11111111
Octal 230 72 377
Decimal 152 58 255
Hex 98 3A FF

RGB Percentages of Color #983aff

%32.69
%12.47
%54.84

CMYK Percentages of Color #983aff

%40
%77
%0
%0

Triadic Colors of #983aff

#983aff #ff983a #3aff98

Analogous Colors of #983aff

#983aff #fb3aff #3a3eff

Monochromatic Colors of #983aff

#983aff

Complementary Color

#983aff #a1ff3a

#983aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#983aff Color CSS Codes

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

#983aff Text Font Color

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

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


#983aff Background Color

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

This div background color is #983aff


#983aff Border Color

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

This div border color is #983aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983aff


Comments

No comments written yet.

Please login to write comment.