Color Hex Logo

#8940ff Color Hex

#8940FF
(137,64,255)
0 Favorites   0 Comments

Color spaces of #8940ff

RGB 13764255
HSL0.731.000.63
HSV263°75°100°
CMYK 0.460.750.00   0.00
XYZ30.199916.205296.1439
Yxy16.20520.21190.1137
Hunter Lab40.255763.4636-113.4252
CIE-Lab47.242668.5897-82.8356

#8940ff color RGB value is (137,64,255).

#8940ff hex color red value is 137, green value is 64 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8940ff hue: 0.73 , saturation: 1.00 and the lightness value of 8940ff is 0.63.

The process color (four color CMYK) of #8940ff color hex is 0.46, 0.75, 0.00, 0.00. Web safe color of #8940ff is #9933ff. Color #8940ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000000 11111111
Octal 211 100 377
Decimal 137 64 255
Hex 89 40 FF

RGB Percentages of Color #8940ff

%30.04
%14.04
%55.92

CMYK Percentages of Color #8940ff

%46
%75
%0
%0

Triadic Colors of #8940ff

#8940ff #ff8940 #40ff89

Analogous Colors of #8940ff

#8940ff #e940ff #4057ff

Monochromatic Colors of #8940ff

#8940ff

Complementary Color

#8940ff #b6ff40

#8940ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8940ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8940ff Color CSS Codes

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

#8940ff Text Font Color

<p style="color:#8940ff">Text here</p>

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


#8940ff Background Color

<div style="background-color:#8940ff">
Div content here</div>

This div background color is #8940ff


#8940ff Border Color

<div style="border:3px solid #8940ff">
Div here</div>

This div border color is #8940ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,64,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8940ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8940ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8940ff;
  box-shadow:         1px 1px 3px 2px #8940ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,64,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8940ff


Comments

No comments written yet.

Please login to write comment.