Color Hex Logo

#986cde Color Hex

#986CDE
(152,108,222)
0 Favorites   0 Comments

Color spaces of #986cde

RGB 152108222
HSL0.730.630.65
HSV263°51°87°
CMYK 0.320.510.00   0.13
XYZ31.496322.674571.8238
Yxy22.67450.25000.1800
Hunter Lab47.617734.7360-56.0971
CIE-Lab54.735541.1065-52.1426

#986cde color RGB value is (152,108,222).

#986cde hex color red value is 152, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #986cde hue: 0.73 , saturation: 0.63 and the lightness value of 986cde is 0.65.

The process color (four color CMYK) of #986cde color hex is 0.32, 0.51, 0.00, 0.13. Web safe color of #986cde is #9966cc. Color #986cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 11011110
Octal 230 154 336
Decimal 152 108 222
Hex 98 6C DE

RGB Percentages of Color #986cde

%31.54
%22.41
%46.06

CMYK Percentages of Color #986cde

%32
%51
%0
%13

Triadic Colors of #986cde

#986cde #de986c #6cde98

Analogous Colors of #986cde

#986cde #d16cde #6c79de

Monochromatic Colors of #986cde

#986cde

Complementary Color

#986cde #b2de6c

#986cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#986cde Color CSS Codes

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

#986cde Text Font Color

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

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


#986cde Background Color

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

This div background color is #986cde


#986cde Border Color

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

This div border color is #986cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986cde


Comments

No comments written yet.

Please login to write comment.