Color Hex Logo

#8180fa Color Hex

#8180FA
(129,128,250)
0 Favorites   0 Comments

Color spaces of #8180fa

RGB 129128250
HSL0.670.920.74
HSV240°49°98°
CMYK 0.480.490.00   0.02
XYZ34.027827.007693.8620
Yxy27.00760.21970.1744
Hunter Lab51.968825.9315-70.7067
CIE-Lab58.981431.8373-61.0661

#8180fa color RGB value is (129,128,250).

#8180fa hex color red value is 129, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8180fa hue: 0.67 , saturation: 0.92 and the lightness value of 8180fa is 0.74.

The process color (four color CMYK) of #8180fa color hex is 0.48, 0.49, 0.00, 0.02. Web safe color of #8180fa is #9999ff. Color #8180fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000000 11111010
Octal 201 200 372
Decimal 129 128 250
Hex 81 80 FA

RGB Percentages of Color #8180fa

%25.44
%25.25
%49.31

CMYK Percentages of Color #8180fa

%48
%49
%0
%2

Triadic Colors of #8180fa

#8180fa #fa8180 #80fa81

Analogous Colors of #8180fa

#8180fa #be80fa #80bcfa

Monochromatic Colors of #8180fa

#8180fa

Complementary Color

#8180fa #f9fa80

#8180fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8180fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8180fa Color CSS Codes

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

#8180fa Text Font Color

<p style="color:#8180fa">Text here</p>

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


#8180fa Background Color

<div style="background-color:#8180fa">
Div content here</div>

This div background color is #8180fa


#8180fa Border Color

<div style="border:3px solid #8180fa">
Div here</div>

This div border color is #8180fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,128,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8180fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8180fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8180fa;
  box-shadow:         1px 1px 3px 2px #8180fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8180fa


Comments

No comments written yet.

Please login to write comment.