Color Hex Logo

#983fdc Color Hex

#983FDC
(152,63,220)
0 Favorites   0 Comments

Color spaces of #983fdc

RGB 15263220
HSL0.760.690.55
HSV274°71°86°
CMYK 0.310.710.00   0.14
XYZ27.644715.397769.2252
Yxy15.39770.24620.1372
Hunter Lab39.239957.0843-77.1287
CIE-Lab46.174263.2874-64.7779

#983fdc color RGB value is (152,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 11011100
Octal 230 77 334
Decimal 152 63 220
Hex 98 3F DC

RGB Percentages of Color #983fdc

%34.94
%14.48
%50.57

CMYK Percentages of Color #983fdc

%31
%71
%0
%14

Triadic Colors of #983fdc

#983fdc #dc983f #3fdc98

Analogous Colors of #983fdc

#983fdc #dc3fd2 #4a3fdc

Monochromatic Colors of #983fdc

#983fdc

Complementary Color

#983fdc #83dc3f

#983fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#983fdc Color CSS Codes

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

#983fdc Text Font Color

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

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


#983fdc Background Color

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

This div background color is #983fdc


#983fdc Border Color

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

This div border color is #983fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983fdc


Comments

No comments written yet.

Please login to write comment.