Color Hex Logo

#9007ef Color Hex

#9007EF
(144,7,239)
0 Favorites   0 Comments

Color spaces of #9007ef

RGB 1447239
HSL0.770.940.48
HSV275°97°94°
CMYK 0.400.970.00   0.06
XYZ27.157612.313282.6067
Yxy12.31320.22250.1009
Hunter Lab35.090276.7401-115.0130
CIE-Lab41.709680.5738-82.9105

#9007ef color RGB value is (144,7,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000111 11101111
Octal 220 7 357
Decimal 144 7 239
Hex 90 7 EF

RGB Percentages of Color #9007ef

%36.92
%1.79
%61.28

CMYK Percentages of Color #9007ef

%40
%97
%0
%6

Triadic Colors of #9007ef

#9007ef #ef9007 #07ef90

Analogous Colors of #9007ef

#9007ef #ef07da #1c07ef

Monochromatic Colors of #9007ef

#9007ef

Complementary Color

#9007ef #66ef07

#9007ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9007ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9007ef Color CSS Codes

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

#9007ef Text Font Color

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

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


#9007ef Background Color

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

This div background color is #9007ef


#9007ef Border Color

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

This div border color is #9007ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9007ef


Comments

No comments written yet.

Please login to write comment.