Color Hex Logo

#a291eb Color Hex

#A291EB
(162,145,235)
0 Favorites   0 Comments

Color spaces of #a291eb

RGB 162145235
HSL0.700.690.75
HSV251°38°92°
CMYK 0.310.380.00   0.08
XYZ40.021133.930383.0371
Yxy33.93030.25490.2161
Hunter Lab58.249720.7033-43.7453
CIE-Lab64.907226.0223-43.2310

#a291eb color RGB value is (162,145,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010001 11101011
Octal 242 221 353
Decimal 162 145 235
Hex A2 91 EB

RGB Percentages of Color #a291eb

%29.89
%26.75
%43.36

CMYK Percentages of Color #a291eb

%31
%38
%0
%8

Triadic Colors of #a291eb

#a291eb #eba291 #91eba2

Analogous Colors of #a291eb

#a291eb #cf91eb #91adeb

Monochromatic Colors of #a291eb

#a291eb

Complementary Color

#a291eb #daeb91

#a291eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a291eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a291eb Color CSS Codes

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

#a291eb Text Font Color

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

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


#a291eb Background Color

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

This div background color is #a291eb


#a291eb Border Color

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

This div border color is #a291eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a291eb


Comments

No comments written yet.

Please login to write comment.