Color Hex Logo

#986dce Color Hex

#986DCE
(152,109,206)
0 Favorites   0 Comments

Color spaces of #986dce

RGB 152109206
HSL0.740.500.62
HSV267°47°81°
CMYK 0.260.470.00   0.19
XYZ29.558122.068961.0944
Yxy22.06890.26220.1958
Hunter Lab46.977530.1008-44.2225
CIE-Lab54.100036.5973-44.0973

#986dce color RGB value is (152,109,206).

#986dce hex color red value is 152, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #986dce hue: 0.74 , saturation: 0.50 and the lightness value of 986dce is 0.62.

The process color (four color CMYK) of #986dce color hex is 0.26, 0.47, 0.00, 0.19. Web safe color of #986dce is #9966cc. Color #986dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 11001110
Octal 230 155 316
Decimal 152 109 206
Hex 98 6D CE

RGB Percentages of Color #986dce

%32.55
%23.34
%44.11

CMYK Percentages of Color #986dce

%26
%47
%0
%19

Triadic Colors of #986dce

#986dce #ce986d #6dce98

Analogous Colors of #986dce

#986dce #c96dce #6d73ce

Monochromatic Colors of #986dce

#986dce

Complementary Color

#986dce #a3ce6d

#986dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#986dce Color CSS Codes

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

#986dce Text Font Color

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

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


#986dce Background Color

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

This div background color is #986dce


#986dce Border Color

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

This div border color is #986dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986dce


Comments

No comments written yet.

Please login to write comment.