Color Hex Logo

#a795db Color Hex

#A795DB
(167,149,219)
0 Favorites   0 Comments

Color spaces of #a795db

RGB 167149219
HSL0.710.490.72
HSV255°32°86°
CMYK 0.240.320.00   0.14
XYZ39.470034.824971.6594
Yxy34.82490.27040.2386
Hunter Lab59.012616.1158-30.6874
CIE-Lab65.612121.2558-33.2568

#a795db color RGB value is (167,149,219).

#a795db hex color red value is 167, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a795db hue: 0.71 , saturation: 0.49 and the lightness value of a795db is 0.72.

The process color (four color CMYK) of #a795db color hex is 0.24, 0.32, 0.00, 0.14. Web safe color of #a795db is #9999cc. Color #a795db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 11011011
Octal 247 225 333
Decimal 167 149 219
Hex A7 95 DB

RGB Percentages of Color #a795db

%31.21
%27.85
%40.93

CMYK Percentages of Color #a795db

%24
%32
%0
%14

Triadic Colors of #a795db

#a795db #dba795 #95dba7

Analogous Colors of #a795db

#a795db #ca95db #95a6db

Monochromatic Colors of #a795db

#a795db

Complementary Color

#a795db #c9db95

#a795db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a795db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a795db Color CSS Codes

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

#a795db Text Font Color

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

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


#a795db Background Color

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

This div background color is #a795db


#a795db Border Color

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

This div border color is #a795db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a795db


Comments

No comments written yet.

Please login to write comment.