Color Hex Logo

#803adb Color Hex

#803ADB
(128,58,219)
0 Favorites   0 Comments

Color spaces of #803adb

RGB 12858219
HSL0.740.690.54
HSV266°74°86°
CMYK 0.420.740.00   0.14
XYZ23.201312.729868.2521
Yxy12.72980.22270.1222
Hunter Lab35.678853.6373-88.4440
CIE-Lab42.353360.9614-70.5561

#803adb color RGB value is (128,58,219).

#803adb hex color red value is 128, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #803adb hue: 0.74 , saturation: 0.69 and the lightness value of 803adb is 0.54.

The process color (four color CMYK) of #803adb color hex is 0.42, 0.74, 0.00, 0.14. Web safe color of #803adb is #9933cc. Color #803adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 11011011
Octal 200 72 333
Decimal 128 58 219
Hex 80 3A DB

RGB Percentages of Color #803adb

%31.60
%14.32
%54.07

CMYK Percentages of Color #803adb

%42
%74
%0
%14

Triadic Colors of #803adb

#803adb #db803a #3adb80

Analogous Colors of #803adb

#803adb #d13adb #3a44db

Monochromatic Colors of #803adb

#803adb

Complementary Color

#803adb #95db3a

#803adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#803adb Color CSS Codes

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

#803adb Text Font Color

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

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


#803adb Background Color

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

This div background color is #803adb


#803adb Border Color

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

This div border color is #803adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803adb


Comments

No comments written yet.

Please login to write comment.