Color Hex Logo

#802cba Color Hex

#802CBA
(128,44,186)
0 Favorites   0 Comments

Color spaces of #802cba

RGB 12844186
HSL0.770.620.45
HSV275°76°73°
CMYK 0.310.760.00   0.27
XYZ18.66579.935747.3884
Yxy9.93570.24560.1308
Hunter Lab31.520950.5404-67.0716
CIE-Lab37.726859.0478-58.9332

#802cba color RGB value is (128,44,186).

#802cba hex color red value is 128, green value is 44 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #802cba hue: 0.77 , saturation: 0.62 and the lightness value of 802cba is 0.45.

The process color (four color CMYK) of #802cba color hex is 0.31, 0.76, 0.00, 0.27. Web safe color of #802cba is #9933cc. Color #802cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 10111010
Octal 200 54 272
Decimal 128 44 186
Hex 80 2C BA

RGB Percentages of Color #802cba

%35.75
%12.29
%51.96

CMYK Percentages of Color #802cba

%31
%76
%0
%27

Triadic Colors of #802cba

#802cba #ba802c #2cba80

Analogous Colors of #802cba

#802cba #ba2cad #392cba

Monochromatic Colors of #802cba

#802cba

Complementary Color

#802cba #66ba2c

#802cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cba Color CSS Codes

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

#802cba Text Font Color

<p style="color:#802cba">Text here</p>

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


#802cba Background Color

<div style="background-color:#802cba">
Div content here</div>

This div background color is #802cba


#802cba Border Color

<div style="border:3px solid #802cba">
Div here</div>

This div border color is #802cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,44,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802cba;
  -webkit-box-shadow: 1px 1px 3px 2px #802cba;
  box-shadow:         1px 1px 3px 2px #802cba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cba

#802cba Color Palettes


Comments

No comments written yet.

Please login to write comment.