Color Hex Logo

#802cb2 Color Hex

#802CB2
(128,44,178)
0 Favorites   0 Comments

Color spaces of #802cb2

RGB 12844178
HSL0.770.600.44
HSV278°75°70°
CMYK 0.280.750.00   0.30
XYZ17.83879.604943.0332
Yxy9.60490.25310.1363
Hunter Lab30.991848.5080-60.6321
CIE-Lab37.123857.2898-55.1797

#802cb2 color RGB value is (128,44,178).

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

The process color (four color CMYK) of #802cb2 color hex is 0.28, 0.75, 0.00, 0.30. Web safe color of #802cb2 is #993399. Color #802cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 10110010
Octal 200 54 262
Decimal 128 44 178
Hex 80 2C B2

RGB Percentages of Color #802cb2

%36.57
%12.57
%50.86

CMYK Percentages of Color #802cb2

%28
%75
%0
%30

Triadic Colors of #802cb2

#802cb2 #b2802c #2cb280

Analogous Colors of #802cb2

#802cb2 #b22ca1 #3d2cb2

Monochromatic Colors of #802cb2

#802cb2

Complementary Color

#802cb2 #5eb22c

#802cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cb2 Color CSS Codes

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

#802cb2 Text Font Color

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

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


#802cb2 Background Color

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

This div background color is #802cb2


#802cb2 Border Color

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

This div border color is #802cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cb2


Comments

No comments written yet.

Please login to write comment.