Color Hex Logo

#a298eb Color Hex

#A298EB
(162,152,235)
0 Favorites   0 Comments

Color spaces of #a298eb

RGB 162152235
HSL0.690.670.76
HSV247°35°92°
CMYK 0.310.350.00   0.08
XYZ41.123936.136083.4047
Yxy36.13600.25600.2249
Hunter Lab60.113216.9150-40.1832
CIE-Lab66.623722.0347-40.5407

#a298eb color RGB value is (162,152,235).

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

The process color (four color CMYK) of #a298eb color hex is 0.31, 0.35, 0.00, 0.08. Web safe color of #a298eb is #9999ff. Color #a298eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011000 11101011
Octal 242 230 353
Decimal 162 152 235
Hex A2 98 EB

RGB Percentages of Color #a298eb

%29.51
%27.69
%42.81

CMYK Percentages of Color #a298eb

%31
%35
%0
%8

Triadic Colors of #a298eb

#a298eb #eba298 #98eba2

Analogous Colors of #a298eb

#a298eb #cc98eb #98b8eb

Monochromatic Colors of #a298eb

#a298eb

Complementary Color

#a298eb #e1eb98

#a298eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a298eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a298eb Color CSS Codes

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

#a298eb Text Font Color

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

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


#a298eb Background Color

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

This div background color is #a298eb


#a298eb Border Color

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

This div border color is #a298eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,152,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 #a298eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a298eb


Comments

No comments written yet.

Please login to write comment.