Color Hex Logo

#983bfa Color Hex

#983BFA
(152,59,250)
0 Favorites   0 Comments

Color spaces of #983bfa

RGB 15259250
HSL0.750.950.61
HSV269°76°98°
CMYK 0.390.760.00   0.02
XYZ31.768216.705591.9926
Yxy16.70550.22620.1189
Hunter Lab40.872467.2132-104.8351
CIE-Lab47.886871.6194-78.9225

#983bfa color RGB value is (152,59,250).

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

The process color (four color CMYK) of #983bfa color hex is 0.39, 0.76, 0.00, 0.02. Web safe color of #983bfa is #9933ff. Color #983bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 11111010
Octal 230 73 372
Decimal 152 59 250
Hex 98 3B FA

RGB Percentages of Color #983bfa

%32.97
%12.80
%54.23

CMYK Percentages of Color #983bfa

%39
%76
%0
%2

Triadic Colors of #983bfa

#983bfa #fa983b #3bfa98

Analogous Colors of #983bfa

#983bfa #f83bfa #3b3efa

Monochromatic Colors of #983bfa

#983bfa

Complementary Color

#983bfa #9dfa3b

#983bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bfa Color CSS Codes

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

#983bfa Text Font Color

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

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


#983bfa Background Color

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

This div background color is #983bfa


#983bfa Border Color

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

This div border color is #983bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bfa


Comments

No comments written yet.

Please login to write comment.