Color Hex Logo

#803eee Color Hex

#803EEE
(128,62,238)
0 Favorites   0 Comments

Color spaces of #803eee

RGB 12862238
HSL0.730.840.59
HSV263°74°93°
CMYK 0.460.740.00   0.07
XYZ26.057314.207582.2579
Yxy14.20750.21270.1160
Hunter Lab37.692857.4357-103.0049
CIE-Lab44.529163.9121-77.7924

#803eee color RGB value is (128,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11101110
Octal 200 76 356
Decimal 128 62 238
Hex 80 3E EE

RGB Percentages of Color #803eee

%29.91
%14.49
%55.61

CMYK Percentages of Color #803eee

%46
%74
%0
%7

Triadic Colors of #803eee

#803eee #ee803e #3eee80

Analogous Colors of #803eee

#803eee #d83eee #3e54ee

Monochromatic Colors of #803eee

#803eee

Complementary Color

#803eee #acee3e

#803eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#803eee Color CSS Codes

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

#803eee Text Font Color

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

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


#803eee Background Color

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

This div background color is #803eee


#803eee Border Color

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

This div border color is #803eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803eee


Comments

No comments written yet.

Please login to write comment.