Color Hex Logo

#9e0afc Color Hex

#9E0AFC
(158,10,252)
0 Favorites   0 Comments

Color spaces of #9e0afc

RGB 15810252
HSL0.770.980.51
HSV277°96°99°
CMYK 0.370.960.00   0.01
XYZ31.779814.514593.2221
Yxy14.51450.22780.1040
Hunter Lab38.097982.2265-118.4087
CIE-Lab44.961984.2689-84.8040

#9e0afc color RGB value is (158,10,252).

#9e0afc hex color red value is 158, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9e0afc hue: 0.77 , saturation: 0.98 and the lightness value of 9e0afc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001010 11111100
Octal 236 12 374
Decimal 158 10 252
Hex 9E A FC

RGB Percentages of Color #9e0afc

%37.62
%2.38
%60.00

CMYK Percentages of Color #9e0afc

%37
%96
%0
%1

Triadic Colors of #9e0afc

#9e0afc #fc9e0a #0afc9e

Analogous Colors of #9e0afc

#9e0afc #fc0ae1 #250afc

Monochromatic Colors of #9e0afc

#9e0afc

Complementary Color

#9e0afc #68fc0a

#9e0afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e0afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e0afc Color CSS Codes

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

#9e0afc Text Font Color

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

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


#9e0afc Background Color

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

This div background color is #9e0afc


#9e0afc Border Color

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

This div border color is #9e0afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,10,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 #9e0afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e0afc

Related Colors


Comments

No comments written yet.

Please login to write comment.