Color Hex Logo

#a279eb Color Hex

#A279EB
(162,121,235)
0 Favorites   0 Comments

Color spaces of #a279eb

RGB 162121235
HSL0.730.740.70
HSV262°49°92°
CMYK 0.310.490.00   0.08
XYZ36.733127.354381.9411
Yxy27.35430.25150.1873
Hunter Lab52.301333.8396-56.2794
CIE-Lab59.300839.6300-52.0896

#a279eb color RGB value is (162,121,235).

#a279eb hex color red value is 162, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a279eb hue: 0.73 , saturation: 0.74 and the lightness value of a279eb is 0.70.

The process color (four color CMYK) of #a279eb color hex is 0.31, 0.49, 0.00, 0.08. Web safe color of #a279eb is #9966ff. Color #a279eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111001 11101011
Octal 242 171 353
Decimal 162 121 235
Hex A2 79 EB

RGB Percentages of Color #a279eb

%31.27
%23.36
%45.37

CMYK Percentages of Color #a279eb

%31
%49
%0
%8

Triadic Colors of #a279eb

#a279eb #eba279 #79eba2

Analogous Colors of #a279eb

#a279eb #db79eb #7989eb

Monochromatic Colors of #a279eb

#a279eb

Complementary Color

#a279eb #c2eb79

#a279eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a279eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a279eb Color CSS Codes

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

#a279eb Text Font Color

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

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


#a279eb Background Color

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

This div background color is #a279eb


#a279eb Border Color

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

This div border color is #a279eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,121,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a279eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a279eb;
  -webkit-box-shadow: 1px 1px 3px 2px #a279eb;
  box-shadow:         1px 1px 3px 2px #a279eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a279eb


Comments

No comments written yet.

Please login to write comment.