Color Hex Logo

#985eea Color Hex

#985EEA
(152,94,234)
0 Favorites   0 Comments

Color spaces of #985eea

RGB 15294234
HSL0.740.770.64
HSV265°60°92°
CMYK 0.350.600.00   0.08
XYZ31.802920.621380.1460
Yxy20.62130.23990.1556
Hunter Lab45.410745.5419-72.8543
CIE-Lab52.532551.7211-62.4209

#985eea color RGB value is (152,94,234).

#985eea hex color red value is 152, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #985eea hue: 0.74 , saturation: 0.77 and the lightness value of 985eea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011110 11101010
Octal 230 136 352
Decimal 152 94 234
Hex 98 5E EA

RGB Percentages of Color #985eea

%31.67
%19.58
%48.75

CMYK Percentages of Color #985eea

%35
%60
%0
%8

Triadic Colors of #985eea

#985eea #ea985e #5eea98

Analogous Colors of #985eea

#985eea #de5eea #5e6aea

Monochromatic Colors of #985eea

#985eea

Complementary Color

#985eea #b0ea5e

#985eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#985eea Color CSS Codes

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

#985eea Text Font Color

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

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


#985eea Background Color

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

This div background color is #985eea


#985eea Border Color

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

This div border color is #985eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985eea


Comments

No comments written yet.

Please login to write comment.