Color Hex Logo

#9620ef Color Hex

#9620EF
(150,32,239)
0 Favorites   0 Comments

Color spaces of #9620ef

RGB 15032239
HSL0.760.870.53
HSV274°87°94°
CMYK 0.370.870.00   0.06
XYZ28.674213.749082.8039
Yxy13.74900.22900.1098
Hunter Lab37.079673.1471-106.4469
CIE-Lab43.870877.2780-79.3294

#9620ef color RGB value is (150,32,239).

#9620ef hex color red value is 150, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9620ef hue: 0.76 , saturation: 0.87 and the lightness value of 9620ef is 0.53.

The process color (four color CMYK) of #9620ef color hex is 0.37, 0.87, 0.00, 0.06. Web safe color of #9620ef is #9933ff. Color #9620ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100000 11101111
Octal 226 40 357
Decimal 150 32 239
Hex 96 20 EF

RGB Percentages of Color #9620ef

%35.63
%7.60
%56.77

CMYK Percentages of Color #9620ef

%37
%87
%0
%6

Triadic Colors of #9620ef

#9620ef #ef9620 #20ef96

Analogous Colors of #9620ef

#9620ef #ef20e1 #2f20ef

Monochromatic Colors of #9620ef

#9620ef

Complementary Color

#9620ef #79ef20

#9620ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9620ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9620ef Color CSS Codes

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

#9620ef Text Font Color

<p style="color:#9620ef">Text here</p>

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


#9620ef Background Color

<div style="background-color:#9620ef">
Div content here</div>

This div background color is #9620ef


#9620ef Border Color

<div style="border:3px solid #9620ef">
Div here</div>

This div border color is #9620ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,32,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9620ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9620ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9620ef;
  box-shadow:         1px 1px 3px 2px #9620ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,32,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 #9620ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9620ef


Comments

No comments written yet.

Please login to write comment.