Color Hex Logo

#9528eb Color Hex

#9528EB
(149,40,235)
0 Favorites   0 Comments

Color spaces of #9528eb

RGB 14940235
HSL0.760.830.54
HSV274°83°92°
CMYK 0.370.830.00   0.08
XYZ28.148613.905379.7977
Yxy13.90530.23100.1141
Hunter Lab37.289869.4854-100.7738
CIE-Lab44.096874.2422-76.7032

#9528eb color RGB value is (149,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101000 11101011
Octal 225 50 353
Decimal 149 40 235
Hex 95 28 EB

RGB Percentages of Color #9528eb

%35.14
%9.43
%55.42

CMYK Percentages of Color #9528eb

%37
%83
%0
%8

Triadic Colors of #9528eb

#9528eb #eb9528 #28eb95

Analogous Colors of #9528eb

#9528eb #eb28e0 #3428eb

Monochromatic Colors of #9528eb

#9528eb

Complementary Color

#9528eb #7eeb28

#9528eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9528eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9528eb Color CSS Codes

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

#9528eb Text Font Color

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

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


#9528eb Background Color

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

This div background color is #9528eb


#9528eb Border Color

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

This div border color is #9528eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9528eb


Comments

No comments written yet.

Please login to write comment.