Color Hex Logo

#9b46ef Color Hex

#9B46EF
(155,70,239)
0 Favorites   0 Comments

Color spaces of #9b46ef

RGB 15570239
HSL0.750.840.61
HSV270°71°94°
CMYK 0.350.710.00   0.06
XYZ31.287717.580983.4058
Yxy17.58090.23650.1329
Hunter Lab41.929659.8193-88.5882
CIE-Lab48.983865.1327-70.9552

#9b46ef color RGB value is (155,70,239).

#9b46ef hex color red value is 155, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9b46ef hue: 0.75 , saturation: 0.84 and the lightness value of 9b46ef is 0.61.

The process color (four color CMYK) of #9b46ef color hex is 0.35, 0.71, 0.00, 0.06. Web safe color of #9b46ef is #9933ff. Color #9b46ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000110 11101111
Octal 233 106 357
Decimal 155 70 239
Hex 9B 46 EF

RGB Percentages of Color #9b46ef

%33.41
%15.09
%51.51

CMYK Percentages of Color #9b46ef

%35
%71
%0
%6

Triadic Colors of #9b46ef

#9b46ef #ef9b46 #46ef9b

Analogous Colors of #9b46ef

#9b46ef #ef46ef #4646ef

Monochromatic Colors of #9b46ef

#9b46ef

Complementary Color

#9b46ef #9aef46

#9b46ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b46ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b46ef Color CSS Codes

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

#9b46ef Text Font Color

<p style="color:#9b46ef">Text here</p>

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


#9b46ef Background Color

<div style="background-color:#9b46ef">
Div content here</div>

This div background color is #9b46ef


#9b46ef Border Color

<div style="border:3px solid #9b46ef">
Div here</div>

This div border color is #9b46ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,70,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b46ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b46ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9b46ef;
  box-shadow:         1px 1px 3px 2px #9b46ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,70,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 #9b46ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b46ef


Comments

No comments written yet.

Please login to write comment.