Color Hex Logo

#986bcf Color Hex

#986BCF
(152,107,207)
0 Favorites   0 Comments

Color spaces of #986bcf

RGB 152107207
HSL0.740.510.62
HSV267°48°81°
CMYK 0.270.480.00   0.19
XYZ29.469121.695861.6660
Yxy21.69580.26120.1923
Hunter Lab46.578831.4192-45.8894
CIE-Lab53.702737.9694-45.2951

#986bcf color RGB value is (152,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101011 11001111
Octal 230 153 317
Decimal 152 107 207
Hex 98 6B CF

RGB Percentages of Color #986bcf

%32.62
%22.96
%44.42

CMYK Percentages of Color #986bcf

%27
%48
%0
%19

Triadic Colors of #986bcf

#986bcf #cf986b #6bcf98

Analogous Colors of #986bcf

#986bcf #ca6bcf #6b70cf

Monochromatic Colors of #986bcf

#986bcf

Complementary Color

#986bcf #a2cf6b

#986bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#986bcf Color CSS Codes

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

#986bcf Text Font Color

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

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


#986bcf Background Color

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

This div background color is #986bcf


#986bcf Border Color

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

This div border color is #986bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,107,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 #986bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986bcf


Comments

No comments written yet.

Please login to write comment.