Color Hex Logo

#804ef3 Color Hex

#804EF3
(128,78,243)
0 Favorites   0 Comments

Color spaces of #804ef3

RGB 12878243
HSL0.720.870.63
HSV258°68°95°
CMYK 0.470.680.00   0.05
XYZ27.804116.509086.5151
Yxy16.50900.21250.1262
Hunter Lab40.631351.0434-97.8028
CIE-Lab47.635357.6248-75.5264

#804ef3 color RGB value is (128,78,243).

#804ef3 hex color red value is 128, green value is 78 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #804ef3 hue: 0.72 , saturation: 0.87 and the lightness value of 804ef3 is 0.63.

The process color (four color CMYK) of #804ef3 color hex is 0.47, 0.68, 0.00, 0.05. Web safe color of #804ef3 is #9966ff. Color #804ef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11110011
Octal 200 116 363
Decimal 128 78 243
Hex 80 4E F3

RGB Percentages of Color #804ef3

%28.51
%17.37
%54.12

CMYK Percentages of Color #804ef3

%47
%68
%0
%5

Triadic Colors of #804ef3

#804ef3 #f3804e #4ef380

Analogous Colors of #804ef3

#804ef3 #d34ef3 #4e6ff3

Monochromatic Colors of #804ef3

#804ef3

Complementary Color

#804ef3 #c1f34e

#804ef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804ef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804ef3 Color CSS Codes

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

#804ef3 Text Font Color

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

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


#804ef3 Background Color

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

This div background color is #804ef3


#804ef3 Border Color

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

This div border color is #804ef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804ef3


Comments

No comments written yet.

Please login to write comment.