Color Hex Logo

#803deb Color Hex

#803DEB
(128,61,235)
0 Favorites   0 Comments

Color spaces of #803deb

RGB 12861235
HSL0.730.810.58
HSV263°74°92°
CMYK 0.460.740.00   0.08
XYZ25.566213.924879.9375
Yxy13.92480.21410.1166
Hunter Lab37.315956.9924-100.8887
CIE-Lab44.124963.6006-76.7601

#803deb color RGB value is (128,61,235).

#803deb hex color red value is 128, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #803deb hue: 0.73 , saturation: 0.81 and the lightness value of 803deb is 0.58.

The process color (four color CMYK) of #803deb color hex is 0.46, 0.74, 0.00, 0.08. Web safe color of #803deb is #9933ff. Color #803deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 11101011
Octal 200 75 353
Decimal 128 61 235
Hex 80 3D EB

RGB Percentages of Color #803deb

%30.19
%14.39
%55.42

CMYK Percentages of Color #803deb

%46
%74
%0
%8

Triadic Colors of #803deb

#803deb #eb803d #3deb80

Analogous Colors of #803deb

#803deb #d73deb #3d51eb

Monochromatic Colors of #803deb

#803deb

Complementary Color

#803deb #a8eb3d

#803deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#803deb Color CSS Codes

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

#803deb Text Font Color

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

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


#803deb Background Color

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

This div background color is #803deb


#803deb Border Color

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

This div border color is #803deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803deb


Comments

No comments written yet.

Please login to write comment.