Color Hex Logo

#9806eb Color Hex

#9806EB
(152,6,235)
0 Favorites   0 Comments

Color spaces of #9806eb

RGB 1526235
HSL0.770.950.47
HSV278°97°92°
CMYK 0.350.970.00   0.08
XYZ28.009412.803879.5924
Yxy12.80380.23260.1063
Hunter Lab35.782477.1053-106.8337
CIE-Lab42.466180.7207-79.3600

#9806eb color RGB value is (152,6,235).

#9806eb hex color red value is 152, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9806eb hue: 0.77 , saturation: 0.95 and the lightness value of 9806eb is 0.47.

The process color (four color CMYK) of #9806eb color hex is 0.35, 0.97, 0.00, 0.08. Web safe color of #9806eb is #9900ff. Color #9806eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000110 11101011
Octal 230 6 353
Decimal 152 6 235
Hex 98 6 EB

RGB Percentages of Color #9806eb

%38.68
%1.53
%59.80

CMYK Percentages of Color #9806eb

%35
%97
%0
%8

Triadic Colors of #9806eb

#9806eb #eb9806 #06eb98

Analogous Colors of #9806eb

#9806eb #eb06cc #2606eb

Monochromatic Colors of #9806eb

#9806eb

Complementary Color

#9806eb #59eb06

#9806eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9806eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9806eb Color CSS Codes

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

#9806eb Text Font Color

<p style="color:#9806eb">Text here</p>

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


#9806eb Background Color

<div style="background-color:#9806eb">
Div content here</div>

This div background color is #9806eb


#9806eb Border Color

<div style="border:3px solid #9806eb">
Div here</div>

This div border color is #9806eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,6,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9806eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9806eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9806eb;
  box-shadow:         1px 1px 3px 2px #9806eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9806eb


Comments

No comments written yet.

Please login to write comment.