Color Hex Logo

#803ecc Color Hex

#803ECC
(128,62,204)
0 Favorites   0 Comments

Color spaces of #803ecc

RGB 12862204
HSL0.740.580.52
HSV268°70°80°
CMYK 0.370.700.00   0.20
XYZ21.523812.394158.3846
Yxy12.39410.23320.1343
Hunter Lab35.205347.5222-73.6832
CIE-Lab41.835755.4719-62.7668

#803ecc color RGB value is (128,62,204).

#803ecc hex color red value is 128, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #803ecc hue: 0.74 , saturation: 0.58 and the lightness value of 803ecc is 0.52.

The process color (four color CMYK) of #803ecc color hex is 0.37, 0.70, 0.00, 0.20. Web safe color of #803ecc is #9933cc. Color #803ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11001100
Octal 200 76 314
Decimal 128 62 204
Hex 80 3E CC

RGB Percentages of Color #803ecc

%32.49
%15.74
%51.78

CMYK Percentages of Color #803ecc

%37
%70
%0
%20

Triadic Colors of #803ecc

#803ecc #cc803e #3ecc80

Analogous Colors of #803ecc

#803ecc #c73ecc #3e43cc

Monochromatic Colors of #803ecc

#803ecc

Complementary Color

#803ecc #8acc3e

#803ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ecc Color CSS Codes

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

#803ecc Text Font Color

<p style="color:#803ecc">Text here</p>

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


#803ecc Background Color

<div style="background-color:#803ecc">
Div content here</div>

This div background color is #803ecc


#803ecc Border Color

<div style="border:3px solid #803ecc">
Div here</div>

This div border color is #803ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,62,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #803ecc;
  box-shadow:         1px 1px 3px 2px #803ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ecc


Comments

No comments written yet.

Please login to write comment.