Color Hex Logo

#803eec Color Hex

#803EEC
(128,62,236)
0 Favorites   0 Comments

Color spaces of #803eec

RGB 12862236
HSL0.730.820.58
HSV263°74°93°
CMYK 0.460.740.00   0.07
XYZ25.765014.090680.7187
Yxy14.09060.21370.1169
Hunter Lab37.537456.8285-101.2181
CIE-Lab44.362663.4105-76.9361

#803eec color RGB value is (128,62,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11101100
Octal 200 76 354
Decimal 128 62 236
Hex 80 3E EC

RGB Percentages of Color #803eec

%30.05
%14.55
%55.40

CMYK Percentages of Color #803eec

%46
%74
%0
%7

Triadic Colors of #803eec

#803eec #ec803e #3eec80

Analogous Colors of #803eec

#803eec #d73eec #3e53ec

Monochromatic Colors of #803eec

#803eec

Complementary Color

#803eec #aaec3e

#803eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#803eec Color CSS Codes

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

#803eec Text Font Color

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

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


#803eec Background Color

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

This div background color is #803eec


#803eec Border Color

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

This div border color is #803eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803eec


Comments

No comments written yet.

Please login to write comment.