Color Hex Logo

#802cbe Color Hex

#802CBE
(128,44,190)
0 Favorites   0 Comments

Color spaces of #802cbe

RGB 12844190
HSL0.760.620.46
HSV275°77°75°
CMYK 0.330.770.00   0.25
XYZ19.097010.108349.6598
Yxy10.10830.24210.1282
Hunter Lab31.793651.5784-70.3523
CIE-Lab38.036159.9360-60.7838

#802cbe color RGB value is (128,44,190).

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

The process color (four color CMYK) of #802cbe color hex is 0.33, 0.77, 0.00, 0.25. Web safe color of #802cbe is #9933cc. Color #802cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 10111110
Octal 200 54 276
Decimal 128 44 190
Hex 80 2C BE

RGB Percentages of Color #802cbe

%35.36
%12.15
%52.49

CMYK Percentages of Color #802cbe

%33
%77
%0
%25

Triadic Colors of #802cbe

#802cbe #be802c #2cbe80

Analogous Colors of #802cbe

#802cbe #be2cb3 #372cbe

Monochromatic Colors of #802cbe

#802cbe

Complementary Color

#802cbe #6abe2c

#802cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cbe Color CSS Codes

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

#802cbe Text Font Color

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

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


#802cbe Background Color

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

This div background color is #802cbe


#802cbe Border Color

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

This div border color is #802cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cbe


Comments

No comments written yet.

Please login to write comment.