Color Hex Logo

#986bed Color Hex

#986BED
(152,107,237)
0 Favorites   0 Comments

Color spaces of #986bed

RGB 152107237
HSL0.720.780.67
HSV261°55°93°
CMYK 0.360.550.00   0.07
XYZ33.492723.305282.8539
Yxy23.30520.23980.1669
Hunter Lab48.275539.3582-67.9650
CIE-Lab55.385345.4666-59.5135

#986bed color RGB value is (152,107,237).

#986bed hex color red value is 152, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #986bed hue: 0.72 , saturation: 0.78 and the lightness value of 986bed is 0.67.

The process color (four color CMYK) of #986bed color hex is 0.36, 0.55, 0.00, 0.07. Web safe color of #986bed is #9966ff. Color #986bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101011 11101101
Octal 230 153 355
Decimal 152 107 237
Hex 98 6B ED

RGB Percentages of Color #986bed

%30.65
%21.57
%47.78

CMYK Percentages of Color #986bed

%36
%55
%0
%7

Triadic Colors of #986bed

#986bed #ed986b #6bed98

Analogous Colors of #986bed

#986bed #d96bed #6b7fed

Monochromatic Colors of #986bed

#986bed

Complementary Color

#986bed #c0ed6b

#986bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#986bed Color CSS Codes

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

#986bed Text Font Color

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

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


#986bed Background Color

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

This div background color is #986bed


#986bed Border Color

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

This div border color is #986bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986bed


Comments

No comments written yet.

Please login to write comment.