Color Hex Logo

#a795df Color Hex

#A795DF
(167,149,223)
0 Favorites   0 Comments

Color spaces of #a795df

RGB 167149223
HSL0.710.540.73
HSV255°33°87°
CMYK 0.250.330.00   0.13
XYZ40.003135.038174.4667
Yxy35.03810.26760.2344
Hunter Lab59.193017.0440-33.1536
CIE-Lab65.778322.2113-35.2129

#a795df color RGB value is (167,149,223).

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

The process color (four color CMYK) of #a795df color hex is 0.25, 0.33, 0.00, 0.13. Web safe color of #a795df is #9999cc. Color #a795df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 11011111
Octal 247 225 337
Decimal 167 149 223
Hex A7 95 DF

RGB Percentages of Color #a795df

%30.98
%27.64
%41.37

CMYK Percentages of Color #a795df

%25
%33
%0
%13

Triadic Colors of #a795df

#a795df #dfa795 #95dfa7

Analogous Colors of #a795df

#a795df #cc95df #95a8df

Monochromatic Colors of #a795df

#a795df

Complementary Color

#a795df #cddf95

#a795df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a795df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a795df Color CSS Codes

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

#a795df Text Font Color

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

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


#a795df Background Color

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

This div background color is #a795df


#a795df Border Color

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

This div border color is #a795df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a795df


Comments

No comments written yet.

Please login to write comment.