Color Hex Logo

#9e79fc Color Hex

#9E79FC
(158,121,252)
0 Favorites   0 Comments

Color spaces of #9e79fc

RGB 158121252
HSL0.710.960.73
HSV257°52°99°
CMYK 0.370.520.00   0.01
XYZ38.508627.972195.4650
Yxy27.97210.23780.1727
Hunter Lab52.888737.4119-69.9975
CIE-Lab59.863542.9805-60.6226

#9e79fc color RGB value is (158,121,252).

#9e79fc hex color red value is 158, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9e79fc hue: 0.71 , saturation: 0.96 and the lightness value of 9e79fc is 0.73.

The process color (four color CMYK) of #9e79fc color hex is 0.37, 0.52, 0.00, 0.01. Web safe color of #9e79fc is #9966ff. Color #9e79fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111001 11111100
Octal 236 171 374
Decimal 158 121 252
Hex 9E 79 FC

RGB Percentages of Color #9e79fc

%29.76
%22.79
%47.46

CMYK Percentages of Color #9e79fc

%37
%52
%0
%1

Triadic Colors of #9e79fc

#9e79fc #fc9e79 #79fc9e

Analogous Colors of #9e79fc

#9e79fc #e079fc #7996fc

Monochromatic Colors of #9e79fc

#9e79fc

Complementary Color

#9e79fc #d7fc79

#9e79fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e79fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e79fc Color CSS Codes

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

#9e79fc Text Font Color

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

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


#9e79fc Background Color

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

This div background color is #9e79fc


#9e79fc Border Color

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

This div border color is #9e79fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,121,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e79fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e79fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9e79fc;
  box-shadow:         1px 1px 3px 2px #9e79fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,121,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e79fc


Comments

No comments written yet.

Please login to write comment.