Color Hex Logo

#804dca Color Hex

#804DCA
(128,77,202)
0 Favorites   0 Comments

Color spaces of #804dca

RGB 12877202
HSL0.730.540.55
HSV264°62°79°
CMYK 0.370.620.00   0.21
XYZ22.216614.161257.4396
Yxy14.16120.23680.1509
Hunter Lab37.631439.5269-64.1568
CIE-Lab44.463247.3819-57.3552

#804dca color RGB value is (128,77,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001101 11001010
Octal 200 115 312
Decimal 128 77 202
Hex 80 4D CA

RGB Percentages of Color #804dca

%31.45
%18.92
%49.63

CMYK Percentages of Color #804dca

%37
%62
%0
%21

Triadic Colors of #804dca

#804dca #ca804d #4dca80

Analogous Colors of #804dca

#804dca #bf4dca #4d58ca

Monochromatic Colors of #804dca

#804dca

Complementary Color

#804dca #97ca4d

#804dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#804dca Color CSS Codes

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

#804dca Text Font Color

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

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


#804dca Background Color

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

This div background color is #804dca


#804dca Border Color

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

This div border color is #804dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,77,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 #804dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804dca


Comments

No comments written yet.

Please login to write comment.