Color Hex Logo

#803bae Color Hex

#803BAE
(128,59,174)
0 Favorites   0 Comments

Color spaces of #803bae

RGB 12859174
HSL0.770.490.46
HSV276°66°68°
CMYK 0.260.660.00   0.32
XYZ18.106010.773141.1695
Yxy10.77310.25850.1538
Hunter Lab32.822441.0277-51.3924
CIE-Lab39.195749.7821-49.4573

#803bae color RGB value is (128,59,174).

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

The process color (four color CMYK) of #803bae color hex is 0.26, 0.66, 0.00, 0.32. Web safe color of #803bae is #993399. Color #803bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 10101110
Octal 200 73 256
Decimal 128 59 174
Hex 80 3B AE

RGB Percentages of Color #803bae

%35.46
%16.34
%48.20

CMYK Percentages of Color #803bae

%26
%66
%0
%32

Triadic Colors of #803bae

#803bae #ae803b #3bae80

Analogous Colors of #803bae

#803bae #ae3ba3 #473bae

Monochromatic Colors of #803bae

#803bae

Complementary Color

#803bae #69ae3b

#803bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#803bae Color CSS Codes

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

#803bae Text Font Color

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

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


#803bae Background Color

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

This div background color is #803bae


#803bae Border Color

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

This div border color is #803bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803bae


Comments

No comments written yet.

Please login to write comment.