Color Hex Logo

#9b62ef Color Hex

#9B62EF
(155,98,239)
0 Favorites   0 Comments

Color spaces of #9b62ef

RGB 15598239
HSL0.730.820.66
HSV264°59°94°
CMYK 0.350.590.00   0.06
XYZ33.465221.935984.1316
Yxy21.93590.23980.1572
Hunter Lab46.835845.5796-73.7182
CIE-Lab53.958951.5182-62.9066

#9b62ef color RGB value is (155,98,239).

#9b62ef hex color red value is 155, green value is 98 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9b62ef hue: 0.73 , saturation: 0.82 and the lightness value of 9b62ef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100010 11101111
Octal 233 142 357
Decimal 155 98 239
Hex 9B 62 EF

RGB Percentages of Color #9b62ef

%31.50
%19.92
%48.58

CMYK Percentages of Color #9b62ef

%35
%59
%0
%6

Triadic Colors of #9b62ef

#9b62ef #ef9b62 #62ef9b

Analogous Colors of #9b62ef

#9b62ef #e262ef #6270ef

Monochromatic Colors of #9b62ef

#9b62ef

Complementary Color

#9b62ef #b6ef62

#9b62ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b62ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b62ef Color CSS Codes

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

#9b62ef Text Font Color

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

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


#9b62ef Background Color

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

This div background color is #9b62ef


#9b62ef Border Color

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

This div border color is #9b62ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b62ef


Comments

No comments written yet.

Please login to write comment.