Color Hex Logo

#803edb Color Hex

#803EDB
(128,62,219)
0 Favorites   0 Comments

Color spaces of #803edb

RGB 12862219
HSL0.740.690.55
HSV265°72°86°
CMYK 0.420.720.00   0.14
XYZ23.410913.148968.3219
Yxy13.14890.22320.1254
Hunter Lab36.261451.7847-86.3282
CIE-Lab42.986759.1691-69.5222

#803edb color RGB value is (128,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11011011
Octal 200 76 333
Decimal 128 62 219
Hex 80 3E DB

RGB Percentages of Color #803edb

%31.30
%15.16
%53.55

CMYK Percentages of Color #803edb

%42
%72
%0
%14

Triadic Colors of #803edb

#803edb #db803e #3edb80

Analogous Colors of #803edb

#803edb #cf3edb #3e4bdb

Monochromatic Colors of #803edb

#803edb

Complementary Color

#803edb #99db3e

#803edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#803edb Color CSS Codes

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

#803edb Text Font Color

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

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


#803edb Background Color

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

This div background color is #803edb


#803edb Border Color

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

This div border color is #803edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803edb


Comments

No comments written yet.

Please login to write comment.