Color Hex Logo

#8279da Color Hex

#8279DA
(130,121,218)
0 Favorites   0 Comments

Color spaces of #8279da

RGB 130121218
HSL0.680.570.66
HSV246°44°85°
CMYK 0.400.440.00   0.15
XYZ28.698223.482569.3497
Yxy23.48250.23610.1932
Hunter Lab48.458720.9083-50.9293
CIE-Lab55.565926.9616-48.6883

#8279da color RGB value is (130,121,218).

#8279da hex color red value is 130, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8279da hue: 0.68 , saturation: 0.57 and the lightness value of 8279da is 0.66.

The process color (four color CMYK) of #8279da color hex is 0.40, 0.44, 0.00, 0.15. Web safe color of #8279da is #9966cc. Color #8279da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 11011010
Octal 202 171 332
Decimal 130 121 218
Hex 82 79 DA

RGB Percentages of Color #8279da

%27.72
%25.80
%46.48

CMYK Percentages of Color #8279da

%40
%44
%0
%15

Triadic Colors of #8279da

#8279da #da8279 #79da82

Analogous Colors of #8279da

#8279da #b379da #79a1da

Monochromatic Colors of #8279da

#8279da

Complementary Color

#8279da #d1da79

#8279da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8279da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8279da Color CSS Codes

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

#8279da Text Font Color

<p style="color:#8279da">Text here</p>

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


#8279da Background Color

<div style="background-color:#8279da">
Div content here</div>

This div background color is #8279da


#8279da Border Color

<div style="border:3px solid #8279da">
Div here</div>

This div border color is #8279da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,121,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8279da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8279da;
  -webkit-box-shadow: 1px 1px 3px 2px #8279da;
  box-shadow:         1px 1px 3px 2px #8279da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,121,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8279da


Comments

No comments written yet.

Please login to write comment.