Color Hex Logo

#804fce Color Hex

#804FCE
(128,79,206)
0 Favorites   0 Comments

Color spaces of #804fce

RGB 12879206
HSL0.730.560.56
HSV263°62°81°
CMYK 0.380.620.00   0.19
XYZ22.838614.637460.0141
Yxy14.63740.23430.1501
Hunter Lab38.258939.6025-66.2230
CIE-Lab45.133547.3408-58.5787

#804fce color RGB value is (128,79,206).

#804fce hex color red value is 128, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #804fce hue: 0.73 , saturation: 0.56 and the lightness value of 804fce is 0.56.

The process color (four color CMYK) of #804fce color hex is 0.38, 0.62, 0.00, 0.19. Web safe color of #804fce is #9966cc. Color #804fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 11001110
Octal 200 117 316
Decimal 128 79 206
Hex 80 4F CE

RGB Percentages of Color #804fce

%30.99
%19.13
%49.88

CMYK Percentages of Color #804fce

%38
%62
%0
%19

Triadic Colors of #804fce

#804fce #ce804f #4fce80

Analogous Colors of #804fce

#804fce #c04fce #4f5dce

Monochromatic Colors of #804fce

#804fce

Complementary Color

#804fce #9dce4f

#804fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#804fce Color CSS Codes

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

#804fce Text Font Color

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

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


#804fce Background Color

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

This div background color is #804fce


#804fce Border Color

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

This div border color is #804fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804fce


Comments

No comments written yet.

Please login to write comment.