Color Hex Logo

#985fec Color Hex

#985FEC
(152,95,236)
0 Favorites   0 Comments

Color spaces of #985fec

RGB 15295236
HSL0.730.790.65
HSV264°60°93°
CMYK 0.360.600.00   0.07
XYZ32.181420.915981.6979
Yxy20.91590.23870.1552
Hunter Lab45.733945.5701-73.9004
CIE-Lab52.857351.6927-63.0190

#985fec color RGB value is (152,95,236).

#985fec hex color red value is 152, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #985fec hue: 0.73 , saturation: 0.79 and the lightness value of 985fec is 0.65.

The process color (four color CMYK) of #985fec color hex is 0.36, 0.60, 0.00, 0.07. Web safe color of #985fec is #9966ff. Color #985fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011111 11101100
Octal 230 137 354
Decimal 152 95 236
Hex 98 5F EC

RGB Percentages of Color #985fec

%31.47
%19.67
%48.86

CMYK Percentages of Color #985fec

%36
%60
%0
%7

Triadic Colors of #985fec

#985fec #ec985f #5fec98

Analogous Colors of #985fec

#985fec #df5fec #5f6dec

Monochromatic Colors of #985fec

#985fec

Complementary Color

#985fec #b3ec5f

#985fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#985fec Color CSS Codes

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

#985fec Text Font Color

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

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


#985fec Background Color

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

This div background color is #985fec


#985fec Border Color

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

This div border color is #985fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985fec


Comments

No comments written yet.

Please login to write comment.