Color Hex Logo

#985bff Color Hex

#985BFF
(152,91,255)
0 Favorites   0 Comments

Color spaces of #985bff

RGB 15291255
HSL0.731.000.68
HSV262°64°100°
CMYK 0.400.640.00   0.00
XYZ34.740021.377696.9030
Yxy21.37760.22700.1397
Hunter Lab46.235953.2056-91.8971
CIE-Lab53.360358.5259-72.7914

#985bff color RGB value is (152,91,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011011 11111111
Octal 230 133 377
Decimal 152 91 255
Hex 98 5B FF

RGB Percentages of Color #985bff

%30.52
%18.27
%51.20

CMYK Percentages of Color #985bff

%40
%64
%0
%0

Triadic Colors of #985bff

#985bff #ff985b #5bff98

Analogous Colors of #985bff

#985bff #ea5bff #5b70ff

Monochromatic Colors of #985bff

#985bff

Complementary Color

#985bff #c2ff5b

#985bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#985bff Color CSS Codes

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

#985bff Text Font Color

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

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


#985bff Background Color

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

This div background color is #985bff


#985bff Border Color

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

This div border color is #985bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985bff

Related Colors

#985bff Color Palettes


Comments

No comments written yet.

Please login to write comment.