Color Hex Logo

#8041fc Color Hex

#8041FC
(128,65,252)
0 Favorites   0 Comments

Color spaces of #8041fc

RGB 12865252
HSL0.720.970.62
HSV260°74°99°
CMYK 0.490.740.00   0.01
XYZ28.363115.398193.5727
Yxy15.39810.20650.1121
Hunter Lab39.240460.3497-113.9147
CIE-Lab46.174766.1302-82.9508

#8041fc color RGB value is (128,65,252).

#8041fc hex color red value is 128, green value is 65 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8041fc hue: 0.72 , saturation: 0.97 and the lightness value of 8041fc is 0.62.

The process color (four color CMYK) of #8041fc color hex is 0.49, 0.74, 0.00, 0.01. Web safe color of #8041fc is #9933ff. Color #8041fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 11111100
Octal 200 101 374
Decimal 128 65 252
Hex 80 41 FC

RGB Percentages of Color #8041fc

%28.76
%14.61
%56.63

CMYK Percentages of Color #8041fc

%49
%74
%0
%1

Triadic Colors of #8041fc

#8041fc #fc8041 #41fc80

Analogous Colors of #8041fc

#8041fc #de41fc #4160fc

Monochromatic Colors of #8041fc

#8041fc

Complementary Color

#8041fc #bdfc41

#8041fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8041fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8041fc Color CSS Codes

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

#8041fc Text Font Color

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

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


#8041fc Background Color

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

This div background color is #8041fc


#8041fc Border Color

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

This div border color is #8041fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,65,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8041fc

Related Colors


Comments

No comments written yet.

Please login to write comment.