Color Hex Logo

#9e3fda Color Hex

#9E3FDA
(158,63,218)
0 Favorites   0 Comments

Color spaces of #9e3fda

RGB 15863218
HSL0.770.680.55
HSV277°71°85°
CMYK 0.280.710.00   0.15
XYZ28.532915.886167.8921
Yxy15.88610.25410.1414
Hunter Lab39.857458.0333-73.0930
CIE-Lab46.824763.9939-62.5452

#9e3fda color RGB value is (158,63,218).

#9e3fda hex color red value is 158, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9e3fda hue: 0.77 , saturation: 0.68 and the lightness value of 9e3fda is 0.55.

The process color (four color CMYK) of #9e3fda color hex is 0.28, 0.71, 0.00, 0.15. Web safe color of #9e3fda is #9933cc. Color #9e3fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111111 11011010
Octal 236 77 332
Decimal 158 63 218
Hex 9E 3F DA

RGB Percentages of Color #9e3fda

%35.99
%14.35
%49.66

CMYK Percentages of Color #9e3fda

%28
%71
%0
%15

Triadic Colors of #9e3fda

#9e3fda #da9e3f #3fda9e

Analogous Colors of #9e3fda

#9e3fda #da3fc9 #513fda

Monochromatic Colors of #9e3fda

#9e3fda

Complementary Color

#9e3fda #7bda3f

#9e3fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e3fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e3fda Color CSS Codes

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

#9e3fda Text Font Color

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

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


#9e3fda Background Color

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

This div background color is #9e3fda


#9e3fda Border Color

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

This div border color is #9e3fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e3fda


Comments

No comments written yet.

Please login to write comment.