Color Hex Logo

#9d07eb Color Hex

#9D07EB
(157,7,235)
0 Favorites   0 Comments

Color spaces of #9d07eb

RGB 1577235
HSL0.780.940.47
HSV279°97°92°
CMYK 0.330.970.00   0.08
XYZ28.976013.318279.6407
Yxy13.31820.23760.1092
Hunter Lab36.494177.8627-103.8420
CIE-Lab43.238881.1744-78.0642

#9d07eb color RGB value is (157,7,235).

#9d07eb hex color red value is 157, green value is 7 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9d07eb hue: 0.78 , saturation: 0.94 and the lightness value of 9d07eb is 0.47.

The process color (four color CMYK) of #9d07eb color hex is 0.33, 0.97, 0.00, 0.08. Web safe color of #9d07eb is #9900ff. Color #9d07eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00000111 11101011
Octal 235 7 353
Decimal 157 7 235
Hex 9D 7 EB

RGB Percentages of Color #9d07eb

%39.35
%1.75
%58.90

CMYK Percentages of Color #9d07eb

%33
%97
%0
%8

Triadic Colors of #9d07eb

#9d07eb #eb9d07 #07eb9d

Analogous Colors of #9d07eb

#9d07eb #eb07c7 #2b07eb

Monochromatic Colors of #9d07eb

#9d07eb

Complementary Color

#9d07eb #55eb07

#9d07eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d07eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d07eb Color CSS Codes

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

#9d07eb Text Font Color

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

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


#9d07eb Background Color

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

This div background color is #9d07eb


#9d07eb Border Color

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

This div border color is #9d07eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,7,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d07eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d07eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9d07eb;
  box-shadow:         1px 1px 3px 2px #9d07eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,7,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9d07eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d07eb


Comments

No comments written yet.

Please login to write comment.