Color Hex Logo

#9507ef Color Hex

#9507EF
(149,7,239)
0 Favorites   0 Comments

Color spaces of #9507ef

RGB 1497239
HSL0.770.940.48
HSV277°97°94°
CMYK 0.380.970.00   0.06
XYZ28.050412.773582.6485
Yxy12.77350.22720.1035
Hunter Lab35.740077.5498-112.0896
CIE-Lab42.420081.0820-81.7166

#9507ef color RGB value is (149,7,239).

#9507ef hex color red value is 149, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9507ef hue: 0.77 , saturation: 0.94 and the lightness value of 9507ef is 0.48.

The process color (four color CMYK) of #9507ef color hex is 0.38, 0.97, 0.00, 0.06. Web safe color of #9507ef is #9900ff. Color #9507ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000111 11101111
Octal 225 7 357
Decimal 149 7 239
Hex 95 7 EF

RGB Percentages of Color #9507ef

%37.72
%1.77
%60.51

CMYK Percentages of Color #9507ef

%38
%97
%0
%6

Triadic Colors of #9507ef

#9507ef #ef9507 #07ef95

Analogous Colors of #9507ef

#9507ef #ef07d5 #2107ef

Monochromatic Colors of #9507ef

#9507ef

Complementary Color

#9507ef #61ef07

#9507ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9507ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9507ef Color CSS Codes

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

#9507ef Text Font Color

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

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


#9507ef Background Color

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

This div background color is #9507ef


#9507ef Border Color

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

This div border color is #9507ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9507ef


Comments

No comments written yet.

Please login to write comment.