Color Hex Logo

#803dee Color Hex

#803DEE
(128,61,238)
0 Favorites   0 Comments

Color spaces of #803dee

RGB 12861238
HSL0.730.840.59
HSV263°74°93°
CMYK 0.460.740.00   0.07
XYZ26.003414.099782.2399
Yxy14.09970.21250.1152
Hunter Lab37.549657.9011-103.5704
CIE-Lab44.375664.3495-78.0437

#803dee color RGB value is (128,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 11101110
Octal 200 75 356
Decimal 128 61 238
Hex 80 3D EE

RGB Percentages of Color #803dee

%29.98
%14.29
%55.74

CMYK Percentages of Color #803dee

%46
%74
%0
%7

Triadic Colors of #803dee

#803dee #ee803d #3dee80

Analogous Colors of #803dee

#803dee #d93dee #3d53ee

Monochromatic Colors of #803dee

#803dee

Complementary Color

#803dee #abee3d

#803dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#803dee Color CSS Codes

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

#803dee Text Font Color

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

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


#803dee Background Color

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

This div background color is #803dee


#803dee Border Color

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

This div border color is #803dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803dee


Comments

No comments written yet.

Please login to write comment.