Color Hex Logo

#8041df Color Hex

#8041DF
(128,65,223)
0 Favorites   0 Comments

Color spaces of #8041df

RGB 12865223
HSL0.730.710.56
HSV264°71°87°
CMYK 0.430.710.00   0.13
XYZ24.111713.697571.1851
Yxy13.69750.22120.1257
Hunter Lab37.010151.5231-88.1310
CIE-Lab43.795958.7779-70.4862

#8041df color RGB value is (128,65,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 11011111
Octal 200 101 337
Decimal 128 65 223
Hex 80 41 DF

RGB Percentages of Color #8041df

%30.77
%15.63
%53.61

CMYK Percentages of Color #8041df

%43
%71
%0
%13

Triadic Colors of #8041df

#8041df #df8041 #41df80

Analogous Colors of #8041df

#8041df #cf41df #4151df

Monochromatic Colors of #8041df

#8041df

Complementary Color

#8041df #a0df41

#8041df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8041df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8041df Color CSS Codes

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

#8041df Text Font Color

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

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


#8041df Background Color

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

This div background color is #8041df


#8041df Border Color

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

This div border color is #8041df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8041df


Comments

No comments written yet.

Please login to write comment.