Color Hex Logo

#803baa Color Hex

#803BAA
(128,59,170)
0 Favorites   0 Comments

Color spaces of #803baa

RGB 12859170
HSL0.770.480.45
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ17.721810.619439.1459
Yxy10.61940.26260.1574
Hunter Lab32.587440.0445-48.4114
CIE-Lab38.931948.8695-47.5026

#803baa color RGB value is (128,59,170).

#803baa hex color red value is 128, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #803baa hue: 0.77 , saturation: 0.48 and the lightness value of 803baa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 10101010
Octal 200 73 252
Decimal 128 59 170
Hex 80 3B AA

RGB Percentages of Color #803baa

%35.85
%16.53
%47.62

CMYK Percentages of Color #803baa

%25
%65
%0
%33

Triadic Colors of #803baa

#803baa #aa803b #3baa80

Analogous Colors of #803baa

#803baa #aa3b9d #483baa

Monochromatic Colors of #803baa

#803baa

Complementary Color

#803baa #65aa3b

#803baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#803baa Color CSS Codes

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

#803baa Text Font Color

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

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


#803baa Background Color

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

This div background color is #803baa


#803baa Border Color

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

This div border color is #803baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803baa


Comments

No comments written yet.

Please login to write comment.