Color Hex Logo

#983adb Color Hex

#983ADB
(152,58,219)
0 Favorites   0 Comments

Color spaces of #983adb

RGB 15258219
HSL0.760.690.54
HSV275°74°86°
CMYK 0.310.740.00   0.14
XYZ27.248114.816068.4415
Yxy14.81600.24660.1341
Hunter Lab38.491658.9996-78.4789
CIE-Lab45.381165.1137-65.4938

#983adb color RGB value is (152,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11011011
Octal 230 72 333
Decimal 152 58 219
Hex 98 3A DB

RGB Percentages of Color #983adb

%35.43
%13.52
%51.05

CMYK Percentages of Color #983adb

%31
%74
%0
%14

Triadic Colors of #983adb

#983adb #db983a #3adb98

Analogous Colors of #983adb

#983adb #db3ace #483adb

Monochromatic Colors of #983adb

#983adb

Complementary Color

#983adb #7ddb3a

#983adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#983adb Color CSS Codes

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

#983adb Text Font Color

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

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


#983adb Background Color

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

This div background color is #983adb


#983adb Border Color

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

This div border color is #983adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983adb


Comments

No comments written yet.

Please login to write comment.