Color Hex Logo

#983fdb Color Hex

#983FDB
(152,63,219)
0 Favorites   0 Comments

Color spaces of #983fdb

RGB 15263219
HSL0.760.680.55
HSV274°71°86°
CMYK 0.310.710.00   0.14
XYZ27.512615.344968.5296
Yxy15.34490.24700.1378
Hunter Lab39.172656.8163-76.3028
CIE-Lab46.103063.0655-64.3226

#983fdb color RGB value is (152,63,219).

#983fdb hex color red value is 152, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #983fdb hue: 0.76 , saturation: 0.68 and the lightness value of 983fdb is 0.55.

The process color (four color CMYK) of #983fdb color hex is 0.31, 0.71, 0.00, 0.14. Web safe color of #983fdb is #9933cc. Color #983fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 11011011
Octal 230 77 333
Decimal 152 63 219
Hex 98 3F DB

RGB Percentages of Color #983fdb

%35.02
%14.52
%50.46

CMYK Percentages of Color #983fdb

%31
%71
%0
%14

Triadic Colors of #983fdb

#983fdb #db983f #3fdb98

Analogous Colors of #983fdb

#983fdb #db3fd0 #4a3fdb

Monochromatic Colors of #983fdb

#983fdb

Complementary Color

#983fdb #82db3f

#983fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#983fdb Color CSS Codes

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

#983fdb Text Font Color

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

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


#983fdb Background Color

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

This div background color is #983fdb


#983fdb Border Color

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

This div border color is #983fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983fdb

#983fdb Color Palettes


Comments

No comments written yet.

Please login to write comment.