Color Hex Logo

#984feb Color Hex

#984FEB
(152,79,235)
0 Favorites   0 Comments

Color spaces of #984feb

RGB 15279235
HSL0.740.800.62
HSV268°66°92°
CMYK 0.350.660.00   0.08
XYZ30.740318.265580.5027
Yxy18.26550.23740.1410
Hunter Lab42.738253.5980-81.7635
CIE-Lab49.816659.5179-67.3711

#984feb color RGB value is (152,79,235).

#984feb hex color red value is 152, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #984feb hue: 0.74 , saturation: 0.80 and the lightness value of 984feb is 0.62.

The process color (four color CMYK) of #984feb color hex is 0.35, 0.66, 0.00, 0.08. Web safe color of #984feb is #9966ff. Color #984feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001111 11101011
Octal 230 117 353
Decimal 152 79 235
Hex 98 4F EB

RGB Percentages of Color #984feb

%32.62
%16.95
%50.43

CMYK Percentages of Color #984feb

%35
%66
%0
%8

Triadic Colors of #984feb

#984feb #eb984f #4feb98

Analogous Colors of #984feb

#984feb #e64feb #4f54eb

Monochromatic Colors of #984feb

#984feb

Complementary Color

#984feb #a2eb4f

#984feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984feb Color CSS Codes

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

#984feb Text Font Color

<p style="color:#984feb">Text here</p>

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


#984feb Background Color

<div style="background-color:#984feb">
Div content here</div>

This div background color is #984feb


#984feb Border Color

<div style="border:3px solid #984feb">
Div here</div>

This div border color is #984feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984feb;
  -webkit-box-shadow: 1px 1px 3px 2px #984feb;
  box-shadow:         1px 1px 3px 2px #984feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984feb


Comments

No comments written yet.

Please login to write comment.