Color Hex Logo

#804dfe Color Hex

#804DFE
(128,77,254)
0 Favorites   0 Comments

Color spaces of #804dfe

RGB 12877254
HSL0.710.990.65
HSV257°70°100°
CMYK 0.500.700.00   0.00
XYZ29.445417.052795.5055
Yxy17.05270.20740.1201
Hunter Lab41.294955.0136-108.2175
CIE-Lab48.326461.0527-80.5413

#804dfe color RGB value is (128,77,254).

#804dfe hex color red value is 128, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #804dfe hue: 0.71 , saturation: 0.99 and the lightness value of 804dfe is 0.65.

The process color (four color CMYK) of #804dfe color hex is 0.50, 0.70, 0.00, 0.00. Web safe color of #804dfe is #9966ff. Color #804dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001101 11111110
Octal 200 115 376
Decimal 128 77 254
Hex 80 4D FE

RGB Percentages of Color #804dfe

%27.89
%16.78
%55.34

CMYK Percentages of Color #804dfe

%50
%70
%0
%0

Triadic Colors of #804dfe

#804dfe #fe804d #4dfe80

Analogous Colors of #804dfe

#804dfe #d94dfe #4d73fe

Monochromatic Colors of #804dfe

#804dfe

Complementary Color

#804dfe #cbfe4d

#804dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#804dfe Color CSS Codes

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

#804dfe Text Font Color

<p style="color:#804dfe">Text here</p>

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


#804dfe Background Color

<div style="background-color:#804dfe">
Div content here</div>

This div background color is #804dfe


#804dfe Border Color

<div style="border:3px solid #804dfe">
Div here</div>

This div border color is #804dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,77,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #804dfe;
  box-shadow:         1px 1px 3px 2px #804dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.