Color Hex Logo

#8044ca Color Hex

#8044CA
(128,68,202)
0 Favorites   0 Comments

Color spaces of #8044ca

RGB 12868202
HSL0.740.560.53
HSV267°66°79°
CMYK 0.370.660.00   0.21
XYZ21.629912.987757.2440
Yxy12.98770.23550.1414
Hunter Lab36.038544.0665-68.9502
CIE-Lab42.744752.0539-60.1345

#8044ca color RGB value is (128,68,202).

#8044ca hex color red value is 128, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8044ca hue: 0.74 , saturation: 0.56 and the lightness value of 8044ca is 0.53.

The process color (four color CMYK) of #8044ca color hex is 0.37, 0.66, 0.00, 0.21. Web safe color of #8044ca is #9933cc. Color #8044ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 11001010
Octal 200 104 312
Decimal 128 68 202
Hex 80 44 CA

RGB Percentages of Color #8044ca

%32.16
%17.09
%50.75

CMYK Percentages of Color #8044ca

%37
%66
%0
%21

Triadic Colors of #8044ca

#8044ca #ca8044 #44ca80

Analogous Colors of #8044ca

#8044ca #c344ca #444bca

Monochromatic Colors of #8044ca

#8044ca

Complementary Color

#8044ca #8eca44

#8044ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8044ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8044ca Color CSS Codes

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

#8044ca Text Font Color

<p style="color:#8044ca">Text here</p>

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


#8044ca Background Color

<div style="background-color:#8044ca">
Div content here</div>

This div background color is #8044ca


#8044ca Border Color

<div style="border:3px solid #8044ca">
Div here</div>

This div border color is #8044ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8044ca


Comments

No comments written yet.

Please login to write comment.