Color Hex Logo

#9828ef Color Hex

#9828EF
(152,40,239)
0 Favorites   0 Comments

Color spaces of #9828ef

RGB 15240239
HSL0.760.860.55
HSV274°83°94°
CMYK 0.360.830.00   0.06
XYZ29.287714.425082.9020
Yxy14.42500.23130.1139
Hunter Lab37.980371.1812-102.8300
CIE-Lab44.836475.4908-77.7367

#9828ef color RGB value is (152,40,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101000 11101111
Octal 230 50 357
Decimal 152 40 239
Hex 98 28 EF

RGB Percentages of Color #9828ef

%35.27
%9.28
%55.45

CMYK Percentages of Color #9828ef

%36
%83
%0
%6

Triadic Colors of #9828ef

#9828ef #ef9828 #28ef98

Analogous Colors of #9828ef

#9828ef #ef28e3 #3528ef

Monochromatic Colors of #9828ef

#9828ef

Complementary Color

#9828ef #7fef28

#9828ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9828ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9828ef Color CSS Codes

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

#9828ef Text Font Color

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

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


#9828ef Background Color

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

This div background color is #9828ef


#9828ef Border Color

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

This div border color is #9828ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9828ef


Comments

No comments written yet.

Please login to write comment.