Color Hex Logo

#8240df Color Hex

#8240DF
(130,64,223)
0 Favorites   0 Comments

Color spaces of #8240df

RGB 13064223
HSL0.740.710.56
HSV265°71°87°
CMYK 0.420.710.00   0.13
XYZ24.358613.740371.1803
Yxy13.74030.22290.1257
Hunter Lab37.067952.4297-87.9051
CIE-Lab43.858259.5864-70.3750

#8240df color RGB value is (130,64,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000000 11011111
Octal 202 100 337
Decimal 130 64 223
Hex 82 40 DF

RGB Percentages of Color #8240df

%31.18
%15.35
%53.48

CMYK Percentages of Color #8240df

%42
%71
%0
%13

Triadic Colors of #8240df

#8240df #df8240 #40df82

Analogous Colors of #8240df

#8240df #d240df #404ddf

Monochromatic Colors of #8240df

#8240df

Complementary Color

#8240df #9ddf40

#8240df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8240df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8240df Color CSS Codes

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

#8240df Text Font Color

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

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


#8240df Background Color

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

This div background color is #8240df


#8240df Border Color

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

This div border color is #8240df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,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 #8240df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8240df


Comments

No comments written yet.

Please login to write comment.