Color Hex Logo

#984eff Color Hex

#984EFF
(152,78,255)
0 Favorites   0 Comments

Color spaces of #984eff

RGB 15278255
HSL0.741.000.65
HSV265°69°100°
CMYK 0.400.690.00   0.00
XYZ33.723319.344296.5641
Yxy19.34420.22540.1293
Hunter Lab43.982059.8966-99.3858
CIE-Lab51.087564.8004-76.4855

#984eff color RGB value is (152,78,255).

#984eff hex color red value is 152, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #984eff hue: 0.74 , saturation: 1.00 and the lightness value of 984eff is 0.65.

The process color (four color CMYK) of #984eff color hex is 0.40, 0.69, 0.00, 0.00. Web safe color of #984eff is #9966ff. Color #984eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001110 11111111
Octal 230 116 377
Decimal 152 78 255
Hex 98 4E FF

RGB Percentages of Color #984eff

%31.34
%16.08
%52.58

CMYK Percentages of Color #984eff

%40
%69
%0
%0

Triadic Colors of #984eff

#984eff #ff984e #4eff98

Analogous Colors of #984eff

#984eff #f14eff #4e5dff

Monochromatic Colors of #984eff

#984eff

Complementary Color

#984eff #b5ff4e

#984eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#984eff Color CSS Codes

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

#984eff Text Font Color

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

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


#984eff Background Color

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

This div background color is #984eff


#984eff Border Color

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

This div border color is #984eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984eff


Comments

No comments written yet.

Please login to write comment.