Color Hex Logo

#802dba Color Hex

#802DBA
(128,45,186)
0 Favorites   0 Comments

Color spaces of #802dba

RGB 12845186
HSL0.760.610.45
HSV275°76°73°
CMYK 0.310.760.00   0.27
XYZ18.703410.011147.4009
Yxy10.01110.24570.1315
Hunter Lab31.640350.1453-66.6751
CIE-Lab37.862358.6590-58.7128

#802dba color RGB value is (128,45,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 10111010
Octal 200 55 272
Decimal 128 45 186
Hex 80 2D BA

RGB Percentages of Color #802dba

%35.65
%12.53
%51.81

CMYK Percentages of Color #802dba

%31
%76
%0
%27

Triadic Colors of #802dba

#802dba #ba802d #2dba80

Analogous Colors of #802dba

#802dba #ba2dae #3a2dba

Monochromatic Colors of #802dba

#802dba

Complementary Color

#802dba #67ba2d

#802dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#802dba Color CSS Codes

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

#802dba Text Font Color

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

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


#802dba Background Color

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

This div background color is #802dba


#802dba Border Color

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

This div border color is #802dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,45,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 #802dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802dba


Comments

No comments written yet.

Please login to write comment.