Color Hex Logo

#802abd Color Hex

#802ABD
(128,42,189)
0 Favorites   0 Comments

Color spaces of #802abd

RGB 12842189
HSL0.760.640.45
HSV275°78°74°
CMYK 0.320.780.00   0.26
XYZ18.91549.919249.0618
Yxy9.91920.24280.1273
Hunter Lab31.494852.0893-70.3142
CIE-Lab37.697060.4663-60.7480

#802abd color RGB value is (128,42,189).

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

The process color (four color CMYK) of #802abd color hex is 0.32, 0.78, 0.00, 0.26. Web safe color of #802abd is #9933cc. Color #802abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101010 10111101
Octal 200 52 275
Decimal 128 42 189
Hex 80 2A BD

RGB Percentages of Color #802abd

%35.65
%11.70
%52.65

CMYK Percentages of Color #802abd

%32
%78
%0
%26

Triadic Colors of #802abd

#802abd #bd802a #2abd80

Analogous Colors of #802abd

#802abd #bd2ab1 #362abd

Monochromatic Colors of #802abd

#802abd

Complementary Color

#802abd #67bd2a

#802abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#802abd Color CSS Codes

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

#802abd Text Font Color

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

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


#802abd Background Color

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

This div background color is #802abd


#802abd Border Color

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

This div border color is #802abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802abd


Comments

No comments written yet.

Please login to write comment.