Color Hex Logo

#a07adb Color Hex

#A07ADB
(160,122,219)
0 Favorites   0 Comments

Color spaces of #a07adb

RGB 160122219
HSL0.730.570.67
HSV264°44°86°
CMYK 0.270.440.00   0.14
XYZ34.242926.507170.3294
Yxy26.50710.26120.2022
Hunter Lab51.485028.6222-44.9516
CIE-Lab58.515334.5927-44.4097

#a07adb color RGB value is (160,122,219).

#a07adb hex color red value is 160, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a07adb hue: 0.73 , saturation: 0.57 and the lightness value of a07adb is 0.67.

The process color (four color CMYK) of #a07adb color hex is 0.27, 0.44, 0.00, 0.14. Web safe color of #a07adb is #9966cc. Color #a07adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 11011011
Octal 240 172 333
Decimal 160 122 219
Hex A0 7A DB

RGB Percentages of Color #a07adb

%31.94
%24.35
%43.71

CMYK Percentages of Color #a07adb

%27
%44
%0
%14

Triadic Colors of #a07adb

#a07adb #dba07a #7adba0

Analogous Colors of #a07adb

#a07adb #d17adb #7a85db

Monochromatic Colors of #a07adb

#a07adb

Complementary Color

#a07adb #b5db7a

#a07adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07adb Color CSS Codes

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

#a07adb Text Font Color

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

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


#a07adb Background Color

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

This div background color is #a07adb


#a07adb Border Color

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

This div border color is #a07adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07adb


Comments

No comments written yet.

Please login to write comment.