Color Hex Logo

#985efb Color Hex

#985EFB
(152,94,251)
0 Favorites   0 Comments

Color spaces of #985efb

RGB 15294251
HSL0.730.950.68
HSV262°63°98°
CMYK 0.390.630.00   0.02
XYZ34.364221.645893.6337
Yxy21.64580.22960.1446
Hunter Lab46.525050.4243-86.7562
CIE-Lab53.649255.9870-70.1051

#985efb color RGB value is (152,94,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011110 11111011
Octal 230 136 373
Decimal 152 94 251
Hex 98 5E FB

RGB Percentages of Color #985efb

%30.58
%18.91
%50.50

CMYK Percentages of Color #985efb

%39
%63
%0
%2

Triadic Colors of #985efb

#985efb #fb985e #5efb98

Analogous Colors of #985efb

#985efb #e75efb #5e73fb

Monochromatic Colors of #985efb

#985efb

Complementary Color

#985efb #c1fb5e

#985efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#985efb Color CSS Codes

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

#985efb Text Font Color

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

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


#985efb Background Color

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

This div background color is #985efb


#985efb Border Color

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

This div border color is #985efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985efb

Related Colors


Comments

No comments written yet.

Please login to write comment.