Color Hex Logo

#983fde Color Hex

#983FDE
(152,63,222)
0 Favorites   0 Comments

Color spaces of #983fde

RGB 15263222
HSL0.760.710.56
HSV274°72°87°
CMYK 0.320.720.00   0.13
XYZ27.911215.504370.6288
Yxy15.50430.24470.1359
Hunter Lab39.375557.6220-78.7871
CIE-Lab46.317363.7315-65.6857

#983fde color RGB value is (152,63,222).

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

The process color (four color CMYK) of #983fde color hex is 0.32, 0.72, 0.00, 0.13. Web safe color of #983fde is #9933cc. Color #983fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 11011110
Octal 230 77 336
Decimal 152 63 222
Hex 98 3F DE

RGB Percentages of Color #983fde

%34.78
%14.42
%50.80

CMYK Percentages of Color #983fde

%32
%72
%0
%13

Triadic Colors of #983fde

#983fde #de983f #3fde98

Analogous Colors of #983fde

#983fde #de3fd5 #493fde

Monochromatic Colors of #983fde

#983fde

Complementary Color

#983fde #85de3f

#983fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#983fde Color CSS Codes

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

#983fde Text Font Color

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

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


#983fde Background Color

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

This div background color is #983fde


#983fde Border Color

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

This div border color is #983fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983fde


Comments

No comments written yet.

Please login to write comment.