Color Hex Logo

#986cdd Color Hex

#986CDD
(152,108,221)
0 Favorites   0 Comments

Color spaces of #986cdd

RGB 152108221
HSL0.730.620.65
HSV263°51°87°
CMYK 0.310.510.00   0.13
XYZ31.362622.621071.1199
Yxy22.62100.25070.1808
Hunter Lab47.561534.4722-55.3647
CIE-Lab54.679840.8562-51.6679

#986cdd color RGB value is (152,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 11011101
Octal 230 154 335
Decimal 152 108 221
Hex 98 6C DD

RGB Percentages of Color #986cdd

%31.60
%22.45
%45.95

CMYK Percentages of Color #986cdd

%31
%51
%0
%13

Triadic Colors of #986cdd

#986cdd #dd986c #6cdd98

Analogous Colors of #986cdd

#986cdd #d16cdd #6c79dd

Monochromatic Colors of #986cdd

#986cdd

Complementary Color

#986cdd #b1dd6c

#986cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#986cdd Color CSS Codes

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

#986cdd Text Font Color

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

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


#986cdd Background Color

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

This div background color is #986cdd


#986cdd Border Color

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

This div border color is #986cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986cdd


Comments

No comments written yet.

Please login to write comment.