Color Hex Logo

#a298ed Color Hex

#A298ED
(162,152,237)
0 Favorites   0 Comments

Color spaces of #a298ed

RGB 162152237
HSL0.690.700.76
HSV247°36°93°
CMYK 0.320.360.00   0.07
XYZ41.414636.252384.9354
Yxy36.25230.25470.2230
Hunter Lab60.209917.4117-41.4908
CIE-Lab66.712322.5420-41.5008

#a298ed color RGB value is (162,152,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011000 11101101
Octal 242 230 355
Decimal 162 152 237
Hex A2 98 ED

RGB Percentages of Color #a298ed

%29.40
%27.59
%43.01

CMYK Percentages of Color #a298ed

%32
%36
%0
%7

Triadic Colors of #a298ed

#a298ed #eda298 #98eda2

Analogous Colors of #a298ed

#a298ed #cd98ed #98b9ed

Monochromatic Colors of #a298ed

#a298ed

Complementary Color

#a298ed #e3ed98

#a298ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a298ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a298ed Color CSS Codes

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

#a298ed Text Font Color

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

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


#a298ed Background Color

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

This div background color is #a298ed


#a298ed Border Color

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

This div border color is #a298ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a298ed


Comments

No comments written yet.

Please login to write comment.