Color Hex Logo

#9546ed Color Hex

#9546ED
(149,70,237)
0 Favorites   0 Comments

Color spaces of #9546ed

RGB 14970237
HSL0.750.820.60
HSV268°70°93°
CMYK 0.370.700.00   0.07
XYZ29.870616.884381.8054
Yxy16.88430.23230.1313
Hunter Lab41.090557.8515-89.2747
CIE-Lab48.113963.5892-71.2769

#9546ed color RGB value is (149,70,237).

#9546ed hex color red value is 149, green value is 70 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9546ed hue: 0.75 , saturation: 0.82 and the lightness value of 9546ed is 0.60.

The process color (four color CMYK) of #9546ed color hex is 0.37, 0.70, 0.00, 0.07. Web safe color of #9546ed is #9933ff. Color #9546ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 11101101
Octal 225 106 355
Decimal 149 70 237
Hex 95 46 ED

RGB Percentages of Color #9546ed

%32.68
%15.35
%51.97

CMYK Percentages of Color #9546ed

%37
%70
%0
%7

Triadic Colors of #9546ed

#9546ed #ed9546 #46ed95

Analogous Colors of #9546ed

#9546ed #e946ed #464aed

Monochromatic Colors of #9546ed

#9546ed

Complementary Color

#9546ed #9eed46

#9546ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9546ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9546ed Color CSS Codes

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

#9546ed Text Font Color

<p style="color:#9546ed">Text here</p>

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


#9546ed Background Color

<div style="background-color:#9546ed">
Div content here</div>

This div background color is #9546ed


#9546ed Border Color

<div style="border:3px solid #9546ed">
Div here</div>

This div border color is #9546ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,70,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9546ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9546ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9546ed;
  box-shadow:         1px 1px 3px 2px #9546ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,70,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9546ed


Comments

No comments written yet.

Please login to write comment.