Color Hex Logo

#983bff Color Hex

#983BFF
(152,59,255)
0 Favorites   0 Comments

Color spaces of #983bff

RGB 15259255
HSL0.751.000.62
HSV268°77°100°
CMYK 0.400.770.00   0.00
XYZ32.562917.023396.1773
Yxy17.02330.22340.1168
Hunter Lab41.259368.6730-109.3262
CIE-Lab48.289472.7538-81.0529

#983bff color RGB value is (152,59,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 11111111
Octal 230 73 377
Decimal 152 59 255
Hex 98 3B FF

RGB Percentages of Color #983bff

%32.62
%12.66
%54.72

CMYK Percentages of Color #983bff

%40
%77
%0
%0

Triadic Colors of #983bff

#983bff #ff983b #3bff98

Analogous Colors of #983bff

#983bff #fa3bff #3b40ff

Monochromatic Colors of #983bff

#983bff

Complementary Color

#983bff #a2ff3b

#983bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bff Color CSS Codes

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

#983bff Text Font Color

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

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


#983bff Background Color

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

This div background color is #983bff


#983bff Border Color

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

This div border color is #983bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,59,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 #983bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bff

Related Colors


Comments

No comments written yet.

Please login to write comment.