Color Hex Logo

#986ddf Color Hex

#986DDF
(152,109,223)
0 Favorites   0 Comments

Color spaces of #986ddf

RGB 152109223
HSL0.730.640.65
HSV263°51°87°
CMYK 0.320.510.00   0.13
XYZ31.736822.940472.5673
Yxy22.94040.24940.1803
Hunter Lab47.896134.4589-56.3028
CIE-Lab55.010940.7977-52.2664

#986ddf color RGB value is (152,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 11011111
Octal 230 155 337
Decimal 152 109 223
Hex 98 6D DF

RGB Percentages of Color #986ddf

%31.40
%22.52
%46.07

CMYK Percentages of Color #986ddf

%32
%51
%0
%13

Triadic Colors of #986ddf

#986ddf #df986d #6ddf98

Analogous Colors of #986ddf

#986ddf #d16ddf #6d7bdf

Monochromatic Colors of #986ddf

#986ddf

Complementary Color

#986ddf #b4df6d

#986ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#986ddf Color CSS Codes

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

#986ddf Text Font Color

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

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


#986ddf Background Color

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

This div background color is #986ddf


#986ddf Border Color

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

This div border color is #986ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986ddf

#986ddf Color Palettes


Comments

No comments written yet.

Please login to write comment.