Color Hex Logo

#9484eb Color Hex

#9484EB
(148,132,235)
0 Favorites   0 Comments

Color spaces of #9484eb

RGB 148132235
HSL0.690.720.72
HSV249°44°92°
CMYK 0.370.440.00   0.08
XYZ35.459428.796682.2866
Yxy28.79660.24200.1965
Hunter Lab53.662524.0410-53.3522
CIE-Lab60.601729.7638-50.1021

#9484eb color RGB value is (148,132,235).

#9484eb hex color red value is 148, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9484eb hue: 0.69 , saturation: 0.72 and the lightness value of 9484eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 11101011
Octal 224 204 353
Decimal 148 132 235
Hex 94 84 EB

RGB Percentages of Color #9484eb

%28.74
%25.63
%45.63

CMYK Percentages of Color #9484eb

%37
%44
%0
%8

Triadic Colors of #9484eb

#9484eb #eb9484 #84eb94

Analogous Colors of #9484eb

#9484eb #c884eb #84a8eb

Monochromatic Colors of #9484eb

#9484eb

Complementary Color

#9484eb #dbeb84

#9484eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9484eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9484eb Color CSS Codes

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

#9484eb Text Font Color

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

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


#9484eb Background Color

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

This div background color is #9484eb


#9484eb Border Color

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

This div border color is #9484eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9484eb


Comments

No comments written yet.

Please login to write comment.