Color Hex Logo

#986aec Color Hex

#986AEC
(152,106,236)
0 Favorites   0 Comments

Color spaces of #986aec

RGB 152106236
HSL0.730.770.67
HSV261°55°93°
CMYK 0.360.550.00   0.07
XYZ33.243323.039682.0519
Yxy23.03960.24030.1665
Hunter Lab47.999639.6253-67.7524
CIE-Lab55.113145.7612-59.3918

#986aec color RGB value is (152,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 11101100
Octal 230 152 354
Decimal 152 106 236
Hex 98 6A EC

RGB Percentages of Color #986aec

%30.77
%21.46
%47.77

CMYK Percentages of Color #986aec

%36
%55
%0
%7

Triadic Colors of #986aec

#986aec #ec986a #6aec98

Analogous Colors of #986aec

#986aec #d96aec #6a7dec

Monochromatic Colors of #986aec

#986aec

Complementary Color

#986aec #beec6a

#986aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aec Color CSS Codes

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

#986aec Text Font Color

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

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


#986aec Background Color

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

This div background color is #986aec


#986aec Border Color

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

This div border color is #986aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aec


Comments

No comments written yet.

Please login to write comment.