Color Hex Logo

#9828eb Color Hex

#9828EB
(152,40,235)
0 Favorites   0 Comments

Color spaces of #9828eb

RGB 15240235
HSL0.760.830.54
HSV274°83°92°
CMYK 0.350.830.00   0.08
XYZ28.703114.191179.8236
Yxy14.19110.23390.1156
Hunter Lab37.671170.0819-99.2635
CIE-Lab44.505874.6537-76.0177

#9828eb color RGB value is (152,40,235).

#9828eb hex color red value is 152, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9828eb hue: 0.76 , saturation: 0.83 and the lightness value of 9828eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101000 11101011
Octal 230 50 353
Decimal 152 40 235
Hex 98 28 EB

RGB Percentages of Color #9828eb

%35.60
%9.37
%55.04

CMYK Percentages of Color #9828eb

%35
%83
%0
%8

Triadic Colors of #9828eb

#9828eb #eb9828 #28eb98

Analogous Colors of #9828eb

#9828eb #eb28dd #3728eb

Monochromatic Colors of #9828eb

#9828eb

Complementary Color

#9828eb #7beb28

#9828eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9828eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9828eb Color CSS Codes

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

#9828eb Text Font Color

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

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


#9828eb Background Color

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

This div background color is #9828eb


#9828eb Border Color

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

This div border color is #9828eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9828eb


Comments

No comments written yet.

Please login to write comment.