Color Hex Logo

#8a82fa Color Hex

#8A82FA
(138,130,250)
0 Favorites   0 Comments

Color spaces of #8a82fa

RGB 138130250
HSL0.680.920.75
HSV244°48°98°
CMYK 0.450.480.00   0.02
XYZ35.719228.270794.0167
Yxy28.27070.22610.1789
Hunter Lab53.170226.8666-67.6187
CIE-Lab60.132532.6630-59.1859

#8a82fa color RGB value is (138,130,250).

#8a82fa hex color red value is 138, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8a82fa hue: 0.68 , saturation: 0.92 and the lightness value of 8a82fa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000010 11111010
Octal 212 202 372
Decimal 138 130 250
Hex 8A 82 FA

RGB Percentages of Color #8a82fa

%26.64
%25.10
%48.26

CMYK Percentages of Color #8a82fa

%45
%48
%0
%2

Triadic Colors of #8a82fa

#8a82fa #fa8a82 #82fa8a

Analogous Colors of #8a82fa

#8a82fa #c682fa #82b6fa

Monochromatic Colors of #8a82fa

#8a82fa

Complementary Color

#8a82fa #f2fa82

#8a82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a82fa Color CSS Codes

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

#8a82fa Text Font Color

<p style="color:#8a82fa">Text here</p>

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


#8a82fa Background Color

<div style="background-color:#8a82fa">
Div content here</div>

This div background color is #8a82fa


#8a82fa Border Color

<div style="border:3px solid #8a82fa">
Div here</div>

This div border color is #8a82fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,130,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a82fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a82fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8a82fa;
  box-shadow:         1px 1px 3px 2px #8a82fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,130,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 #8a82fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a82fa


Comments

No comments written yet.

Please login to write comment.