Color Hex Logo

#a289f9 Color Hex

#A289F9
(162,137,249)
0 Favorites   0 Comments

Color spaces of #a289f9

RGB 162137249
HSL0.700.900.76
HSV253°45°98°
CMYK 0.350.450.00   0.02
XYZ40.944832.412393.7207
Yxy32.41230.24510.1940
Hunter Lab56.931828.7448-57.7505
CIE-Lab63.682234.1638-52.8657

#a289f9 color RGB value is (162,137,249).

#a289f9 hex color red value is 162, green value is 137 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a289f9 hue: 0.70 , saturation: 0.90 and the lightness value of a289f9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001001 11111001
Octal 242 211 371
Decimal 162 137 249
Hex A2 89 F9

RGB Percentages of Color #a289f9

%29.56
%25.00
%45.44

CMYK Percentages of Color #a289f9

%35
%45
%0
%2

Triadic Colors of #a289f9

#a289f9 #f9a289 #89f9a2

Analogous Colors of #a289f9

#a289f9 #da89f9 #89a8f9

Monochromatic Colors of #a289f9

#a289f9

Complementary Color

#a289f9 #e0f989

#a289f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a289f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a289f9 Color CSS Codes

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

#a289f9 Text Font Color

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

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


#a289f9 Background Color

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

This div background color is #a289f9


#a289f9 Border Color

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

This div border color is #a289f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a289f9


Comments

No comments written yet.

Please login to write comment.