Color Hex Logo

#986dcf Color Hex

#986DCF
(152,109,207)
0 Favorites   0 Comments

Color spaces of #986dcf

RGB 152109207
HSL0.740.510.62
HSV266°47°81°
CMYK 0.270.470.00   0.19
XYZ29.680022.117761.7363
Yxy22.11770.26140.1948
Hunter Lab47.029530.3487-44.9103
CIE-Lab54.151736.8398-44.5840

#986dcf color RGB value is (152,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 11001111
Octal 230 155 317
Decimal 152 109 207
Hex 98 6D CF

RGB Percentages of Color #986dcf

%32.48
%23.29
%44.23

CMYK Percentages of Color #986dcf

%27
%47
%0
%19

Triadic Colors of #986dcf

#986dcf #cf986d #6dcf98

Analogous Colors of #986dcf

#986dcf #c96dcf #6d73cf

Monochromatic Colors of #986dcf

#986dcf

Complementary Color

#986dcf #a4cf6d

#986dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#986dcf Color CSS Codes

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

#986dcf Text Font Color

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

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


#986dcf Background Color

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

This div background color is #986dcf


#986dcf Border Color

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

This div border color is #986dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986dcf


Comments

No comments written yet.

Please login to write comment.