Color Hex Logo

#985eff Color Hex

#985EFF
(152,94,255)
0 Favorites   0 Comments

Color spaces of #985eff

RGB 15294255
HSL0.731.000.68
HSV262°63°100°
CMYK 0.400.630.00   0.00
XYZ35.001621.900896.9902
Yxy21.90080.22740.1423
Hunter Lab46.798351.6076-90.1207
CIE-Lab53.921657.0016-71.8814

#985eff color RGB value is (152,94,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011110 11111111
Octal 230 136 377
Decimal 152 94 255
Hex 98 5E FF

RGB Percentages of Color #985eff

%30.34
%18.76
%50.90

CMYK Percentages of Color #985eff

%40
%63
%0
%0

Triadic Colors of #985eff

#985eff #ff985e #5eff98

Analogous Colors of #985eff

#985eff #e95eff #5e75ff

Monochromatic Colors of #985eff

#985eff

Complementary Color

#985eff #c5ff5e

#985eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#985eff Color CSS Codes

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

#985eff Text Font Color

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

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


#985eff Background Color

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

This div background color is #985eff


#985eff Border Color

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

This div border color is #985eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985eff


Comments

No comments written yet.

Please login to write comment.