Color Hex Logo

#a295da Color Hex

#A295DA
(162,149,218)
0 Favorites   0 Comments

Color spaces of #a295da

RGB 162149218
HSL0.700.480.72
HSV251°32°85°
CMYK 0.260.320.00   0.15
XYZ38.302634.238270.9195
Yxy34.23820.26700.2387
Hunter Lab58.513414.4468-30.9013
CIE-Lab65.151219.5279-33.4506

#a295da color RGB value is (162,149,218).

#a295da hex color red value is 162, green value is 149 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a295da hue: 0.70 , saturation: 0.48 and the lightness value of a295da is 0.72.

The process color (four color CMYK) of #a295da color hex is 0.26, 0.32, 0.00, 0.15. Web safe color of #a295da is #9999cc. Color #a295da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 11011010
Octal 242 225 332
Decimal 162 149 218
Hex A2 95 DA

RGB Percentages of Color #a295da

%30.62
%28.17
%41.21

CMYK Percentages of Color #a295da

%26
%32
%0
%15

Triadic Colors of #a295da

#a295da #daa295 #95daa2

Analogous Colors of #a295da

#a295da #c595da #95abda

Monochromatic Colors of #a295da

#a295da

Complementary Color

#a295da #cdda95

#a295da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a295da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a295da Color CSS Codes

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

#a295da Text Font Color

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

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


#a295da Background Color

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

This div background color is #a295da


#a295da Border Color

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

This div border color is #a295da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a295da


Comments

No comments written yet.

Please login to write comment.