Color Hex Logo

#9453eb Color Hex

#9453EB
(148,83,235)
0 Favorites   0 Comments

Color spaces of #9453eb

RGB 14883235
HSL0.740.790.62
HSV266°65°92°
CMYK 0.370.650.00   0.08
XYZ30.301418.480680.5673
Yxy18.48060.23430.1429
Hunter Lab42.989150.5872-81.0251
CIE-Lab50.073956.7674-66.9757

#9453eb color RGB value is (148,83,235).

#9453eb hex color red value is 148, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9453eb hue: 0.74 , saturation: 0.79 and the lightness value of 9453eb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01010011 11101011
Octal 224 123 353
Decimal 148 83 235
Hex 94 53 EB

RGB Percentages of Color #9453eb

%31.76
%17.81
%50.43

CMYK Percentages of Color #9453eb

%37
%65
%0
%8

Triadic Colors of #9453eb

#9453eb #eb9453 #53eb94

Analogous Colors of #9453eb

#9453eb #e053eb #535eeb

Monochromatic Colors of #9453eb

#9453eb

Complementary Color

#9453eb #aaeb53

#9453eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9453eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9453eb Color CSS Codes

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

#9453eb Text Font Color

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

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


#9453eb Background Color

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

This div background color is #9453eb


#9453eb Border Color

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

This div border color is #9453eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9453eb


Comments

No comments written yet.

Please login to write comment.