Color Hex Logo

#8940df Color Hex

#8940DF
(137,64,223)
0 Favorites   0 Comments

Color spaces of #8940df

RGB 13764223
HSL0.740.710.56
HSV268°71°87°
CMYK 0.390.710.00   0.13
XYZ25.469214.312971.2323
Yxy14.31290.22940.1289
Hunter Lab37.832453.9616-85.1508
CIE-Lab44.678460.8063-69.0031

#8940df color RGB value is (137,64,223).

#8940df hex color red value is 137, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8940df hue: 0.74 , saturation: 0.71 and the lightness value of 8940df is 0.56.

The process color (four color CMYK) of #8940df color hex is 0.39, 0.71, 0.00, 0.13. Web safe color of #8940df is #9933cc. Color #8940df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000000 11011111
Octal 211 100 337
Decimal 137 64 223
Hex 89 40 DF

RGB Percentages of Color #8940df

%32.31
%15.09
%52.59

CMYK Percentages of Color #8940df

%39
%71
%0
%13

Triadic Colors of #8940df

#8940df #df8940 #40df89

Analogous Colors of #8940df

#8940df #d940df #4046df

Monochromatic Colors of #8940df

#8940df

Complementary Color

#8940df #96df40

#8940df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8940df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8940df Color CSS Codes

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

#8940df Text Font Color

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

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


#8940df Background Color

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

This div background color is #8940df


#8940df Border Color

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

This div border color is #8940df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8940df


Comments

No comments written yet.

Please login to write comment.