Color Hex Logo

#804fca Color Hex

#804FCA
(128,79,202)
0 Favorites   0 Comments

Color spaces of #804fca

RGB 12879202
HSL0.730.540.55
HSV264°61°79°
CMYK 0.370.610.00   0.21
XYZ22.358714.445457.4869
Yxy14.44540.23710.1532
Hunter Lab38.007138.4950-63.0730
CIE-Lab44.865046.3053-56.7068

#804fca color RGB value is (128,79,202).

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

The process color (four color CMYK) of #804fca color hex is 0.37, 0.61, 0.00, 0.21. Web safe color of #804fca is #9966cc. Color #804fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 11001010
Octal 200 117 312
Decimal 128 79 202
Hex 80 4F CA

RGB Percentages of Color #804fca

%31.30
%19.32
%49.39

CMYK Percentages of Color #804fca

%37
%61
%0
%21

Triadic Colors of #804fca

#804fca #ca804f #4fca80

Analogous Colors of #804fca

#804fca #be4fca #4f5cca

Monochromatic Colors of #804fca

#804fca

Complementary Color

#804fca #99ca4f

#804fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#804fca Color CSS Codes

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

#804fca Text Font Color

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

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


#804fca Background Color

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

This div background color is #804fca


#804fca Border Color

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

This div border color is #804fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804fca


Comments

No comments written yet.

Please login to write comment.