Color Hex Logo

#803ffa Color Hex

#803FFA
(128,63,250)
0 Favorites   0 Comments

Color spaces of #803ffa

RGB 12863250
HSL0.720.950.61
HSV261°75°98°
CMYK 0.490.750.00   0.02
XYZ27.934915.046391.8744
Yxy15.04630.20710.1116
Hunter Lab38.789660.6678-113.2777
CIE-Lab45.697566.4969-82.6161

#803ffa color RGB value is (128,63,250).

#803ffa hex color red value is 128, green value is 63 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #803ffa hue: 0.72 , saturation: 0.95 and the lightness value of 803ffa is 0.61.

The process color (four color CMYK) of #803ffa color hex is 0.49, 0.75, 0.00, 0.02. Web safe color of #803ffa is #9933ff. Color #803ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 11111010
Octal 200 77 372
Decimal 128 63 250
Hex 80 3F FA

RGB Percentages of Color #803ffa

%29.02
%14.29
%56.69

CMYK Percentages of Color #803ffa

%49
%75
%0
%2

Triadic Colors of #803ffa

#803ffa #fa803f #3ffa80

Analogous Colors of #803ffa

#803ffa #de3ffa #3f5bfa

Monochromatic Colors of #803ffa

#803ffa

Complementary Color

#803ffa #b9fa3f

#803ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ffa Color CSS Codes

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

#803ffa Text Font Color

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

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


#803ffa Background Color

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

This div background color is #803ffa


#803ffa Border Color

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

This div border color is #803ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.