Color Hex Logo

#a295ec Color Hex

#A295EC
(162,149,236)
0 Favorites   0 Comments

Color spaces of #a295ec

RGB 162149236
HSL0.690.700.75
HSV249°37°93°
CMYK 0.310.370.00   0.07
XYZ40.788135.232484.0077
Yxy35.23240.25490.2202
Hunter Lab59.356918.7848-42.3632
CIE-Lab65.929223.9961-42.1781

#a295ec color RGB value is (162,149,236).

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

The process color (four color CMYK) of #a295ec color hex is 0.31, 0.37, 0.00, 0.07. Web safe color of #a295ec is #9999ff. Color #a295ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 11101100
Octal 242 225 354
Decimal 162 149 236
Hex A2 95 EC

RGB Percentages of Color #a295ec

%29.62
%27.24
%43.14

CMYK Percentages of Color #a295ec

%31
%37
%0
%7

Triadic Colors of #a295ec

#a295ec #eca295 #95eca2

Analogous Colors of #a295ec

#a295ec #ce95ec #95b4ec

Monochromatic Colors of #a295ec

#a295ec

Complementary Color

#a295ec #dfec95

#a295ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a295ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a295ec Color CSS Codes

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

#a295ec Text Font Color

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

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


#a295ec Background Color

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

This div background color is #a295ec


#a295ec Border Color

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

This div border color is #a295ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a295ec


Comments

No comments written yet.

Please login to write comment.