Color Hex Logo

#803aca Color Hex

#803ACA
(128,58,202)
0 Favorites   0 Comments

Color spaces of #803aca

RGB 12858202
HSL0.750.580.51
HSV269°71°79°
CMYK 0.370.710.00   0.21
XYZ21.075811.879657.0593
Yxy11.87960.23410.1320
Hunter Lab34.466848.8325-74.0270
CIE-Lab41.024156.8410-62.9273

#803aca color RGB value is (128,58,202).

#803aca hex color red value is 128, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #803aca hue: 0.75 , saturation: 0.58 and the lightness value of 803aca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 11001010
Octal 200 72 312
Decimal 128 58 202
Hex 80 3A CA

RGB Percentages of Color #803aca

%32.99
%14.95
%52.06

CMYK Percentages of Color #803aca

%37
%71
%0
%21

Triadic Colors of #803aca

#803aca #ca803a #3aca80

Analogous Colors of #803aca

#803aca #c83aca #3a3cca

Monochromatic Colors of #803aca

#803aca

Complementary Color

#803aca #84ca3a

#803aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#803aca Color CSS Codes

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

#803aca Text Font Color

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

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


#803aca Background Color

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

This div background color is #803aca


#803aca Border Color

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

This div border color is #803aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803aca


Comments

No comments written yet.

Please login to write comment.