Color Hex Logo

#803aff Color Hex

#803AFF
(128,58,255)
0 Favorites   0 Comments

Color spaces of #803aff

RGB 12858255
HSL0.731.000.61
HSV261°77°100°
CMYK 0.500.770.00   0.00
XYZ28.465114.835395.9710
Yxy14.83530.20440.1065
Hunter Lab38.516664.5135-120.7699
CIE-Lab45.407869.8359-85.8839

#803aff color RGB value is (128,58,255).

#803aff hex color red value is 128, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #803aff hue: 0.73 , saturation: 1.00 and the lightness value of 803aff is 0.61.

The process color (four color CMYK) of #803aff color hex is 0.50, 0.77, 0.00, 0.00. Web safe color of #803aff is #9933ff. Color #803aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 11111111
Octal 200 72 377
Decimal 128 58 255
Hex 80 3A FF

RGB Percentages of Color #803aff

%29.02
%13.15
%57.82

CMYK Percentages of Color #803aff

%50
%77
%0
%0

Triadic Colors of #803aff

#803aff #ff803a #3aff80

Analogous Colors of #803aff

#803aff #e33aff #3a56ff

Monochromatic Colors of #803aff

#803aff

Complementary Color

#803aff #b9ff3a

#803aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#803aff Color CSS Codes

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

#803aff Text Font Color

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

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


#803aff Background Color

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

This div background color is #803aff


#803aff Border Color

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

This div border color is #803aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803aff


Comments

No comments written yet.

Please login to write comment.