Color Hex Logo

#803eab Color Hex

#803EAB
(128,62,171)
0 Favorites   0 Comments

Color spaces of #803eab

RGB 12862171
HSL0.770.470.46
HSV276°64°67°
CMYK 0.250.640.00   0.33
XYZ17.975410.974739.6990
Yxy10.97470.26180.1599
Hunter Lab33.128138.8805-47.8604
CIE-Lab39.537847.6138-47.1246

#803eab color RGB value is (128,62,171).

#803eab hex color red value is 128, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #803eab hue: 0.77 , saturation: 0.47 and the lightness value of 803eab is 0.46.

The process color (four color CMYK) of #803eab color hex is 0.25, 0.64, 0.00, 0.33. Web safe color of #803eab is #993399. Color #803eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 10101011
Octal 200 76 253
Decimal 128 62 171
Hex 80 3E AB

RGB Percentages of Color #803eab

%35.46
%17.17
%47.37

CMYK Percentages of Color #803eab

%25
%64
%0
%33

Triadic Colors of #803eab

#803eab #ab803e #3eab80

Analogous Colors of #803eab

#803eab #ab3ea0 #4a3eab

Monochromatic Colors of #803eab

#803eab

Complementary Color

#803eab #69ab3e

#803eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#803eab Color CSS Codes

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

#803eab Text Font Color

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

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


#803eab Background Color

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

This div background color is #803eab


#803eab Border Color

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

This div border color is #803eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803eab


Comments

No comments written yet.

Please login to write comment.