Color Hex Logo

#986aed Color Hex

#986AED
(152,106,237)
0 Favorites   0 Comments

Color spaces of #986aed

RGB 152106237
HSL0.730.780.67
HSV261°55°93°
CMYK 0.360.550.00   0.07
XYZ33.389023.097982.8193
Yxy23.09790.23970.1658
Hunter Lab48.060339.9041-68.5286
CIE-Lab55.173046.0168-59.8541

#986aed color RGB value is (152,106,237).

#986aed hex color red value is 152, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #986aed hue: 0.73 , saturation: 0.78 and the lightness value of 986aed is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 11101101
Octal 230 152 355
Decimal 152 106 237
Hex 98 6A ED

RGB Percentages of Color #986aed

%30.71
%21.41
%47.88

CMYK Percentages of Color #986aed

%36
%55
%0
%7

Triadic Colors of #986aed

#986aed #ed986a #6aed98

Analogous Colors of #986aed

#986aed #da6aed #6a7eed

Monochromatic Colors of #986aed

#986aed

Complementary Color

#986aed #bfed6a

#986aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aed Color CSS Codes

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

#986aed Text Font Color

<p style="color:#986aed">Text here</p>

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


#986aed Background Color

<div style="background-color:#986aed">
Div content here</div>

This div background color is #986aed


#986aed Border Color

<div style="border:3px solid #986aed">
Div here</div>

This div border color is #986aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,106,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986aed;
  -webkit-box-shadow: 1px 1px 3px 2px #986aed;
  box-shadow:         1px 1px 3px 2px #986aed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aed


Comments

No comments written yet.

Please login to write comment.