Color Hex Logo

#802faf Color Hex

#802FAF
(128,47,175)
0 Favorites   0 Comments

Color spaces of #802faf

RGB 12847175
HSL0.770.580.44
HSV278°73°69°
CMYK 0.270.730.00   0.31
XYZ17.65659.717441.5025
Yxy9.71740.25640.1411
Hunter Lab31.172746.5516-57.1161
CIE-Lab37.330455.4213-53.0622

#802faf color RGB value is (128,47,175).

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

The process color (four color CMYK) of #802faf color hex is 0.27, 0.73, 0.00, 0.31. Web safe color of #802faf is #993399. Color #802faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101111 10101111
Octal 200 57 257
Decimal 128 47 175
Hex 80 2F AF

RGB Percentages of Color #802faf

%36.57
%13.43
%50.00

CMYK Percentages of Color #802faf

%27
%73
%0
%31

Triadic Colors of #802faf

#802faf #af802f #2faf80

Analogous Colors of #802faf

#802faf #af2f9e #402faf

Monochromatic Colors of #802faf

#802faf

Complementary Color

#802faf #5eaf2f

#802faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#802faf Color CSS Codes

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

#802faf Text Font Color

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

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


#802faf Background Color

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

This div background color is #802faf


#802faf Border Color

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

This div border color is #802faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802faf


Comments

No comments written yet.

Please login to write comment.