Color Hex Logo

#a298fe Color Hex

#A298FE
(162,152,254)
0 Favorites   0 Comments

Color spaces of #a298fe

RGB 162152254
HSL0.680.980.80
HSV246°40°100°
CMYK 0.360.400.00   0.00
XYZ44.017937.293698.6443
Yxy37.29360.24460.2072
Hunter Lab61.068521.7922-53.0236
CIE-Lab67.496726.9424-49.5637

#a298fe color RGB value is (162,152,254).

#a298fe hex color red value is 162, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a298fe hue: 0.68 , saturation: 0.98 and the lightness value of a298fe is 0.80.

The process color (four color CMYK) of #a298fe color hex is 0.36, 0.40, 0.00, 0.00. Web safe color of #a298fe is #9999ff. Color #a298fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011000 11111110
Octal 242 230 376
Decimal 162 152 254
Hex A2 98 FE

RGB Percentages of Color #a298fe

%28.52
%26.76
%44.72

CMYK Percentages of Color #a298fe

%36
%40
%0
%0

Triadic Colors of #a298fe

#a298fe #fea298 #98fea2

Analogous Colors of #a298fe

#a298fe #d598fe #98c1fe

Monochromatic Colors of #a298fe

#a298fe

Complementary Color

#a298fe #f4fe98

#a298fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a298fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a298fe Color CSS Codes

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

#a298fe Text Font Color

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

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


#a298fe Background Color

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

This div background color is #a298fe


#a298fe Border Color

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

This div border color is #a298fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a298fe


Comments

No comments written yet.

Please login to write comment.