Color Hex Logo

#a795eb Color Hex

#A795EB
(167,149,235)
0 Favorites   0 Comments

Color spaces of #a795eb

RGB 167149235
HSL0.700.680.75
HSV253°37°92°
CMYK 0.290.370.00   0.08
XYZ41.679235.708583.2930
Yxy35.70850.25940.2222
Hunter Lab59.756619.9267-40.8130
CIE-Lab66.296625.1392-41.0230

#a795eb color RGB value is (167,149,235).

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

The process color (four color CMYK) of #a795eb color hex is 0.29, 0.37, 0.00, 0.08. Web safe color of #a795eb is #9999ff. Color #a795eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 11101011
Octal 247 225 353
Decimal 167 149 235
Hex A7 95 EB

RGB Percentages of Color #a795eb

%30.31
%27.04
%42.65

CMYK Percentages of Color #a795eb

%29
%37
%0
%8

Triadic Colors of #a795eb

#a795eb #eba795 #95eba7

Analogous Colors of #a795eb

#a795eb #d295eb #95aeeb

Monochromatic Colors of #a795eb

#a795eb

Complementary Color

#a795eb #d9eb95

#a795eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a795eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a795eb Color CSS Codes

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

#a795eb Text Font Color

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

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


#a795eb Background Color

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

This div background color is #a795eb


#a795eb Border Color

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

This div border color is #a795eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a795eb


Comments

No comments written yet.

Please login to write comment.