Color Hex Logo

#a07ddf Color Hex

#A07DDF
(160,125,223)
0 Favorites   0 Comments

Color spaces of #a07ddf

RGB 160125223
HSL0.730.600.68
HSV261°44°87°
CMYK 0.280.440.00   0.13
XYZ35.150127.468573.2614
Yxy27.46850.25870.2022
Hunter Lab52.410427.9965-46.1907
CIE-Lab59.405533.8702-45.2447

#a07ddf color RGB value is (160,125,223).

#a07ddf hex color red value is 160, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a07ddf hue: 0.73 , saturation: 0.60 and the lightness value of a07ddf is 0.68.

The process color (four color CMYK) of #a07ddf color hex is 0.28, 0.44, 0.00, 0.13. Web safe color of #a07ddf is #9966cc. Color #a07ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111101 11011111
Octal 240 175 337
Decimal 160 125 223
Hex A0 7D DF

RGB Percentages of Color #a07ddf

%31.50
%24.61
%43.90

CMYK Percentages of Color #a07ddf

%28
%44
%0
%13

Triadic Colors of #a07ddf

#a07ddf #dfa07d #7ddfa0

Analogous Colors of #a07ddf

#a07ddf #d17ddf #7d8bdf

Monochromatic Colors of #a07ddf

#a07ddf

Complementary Color

#a07ddf #bcdf7d

#a07ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07ddf Color CSS Codes

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

#a07ddf Text Font Color

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

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


#a07ddf Background Color

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

This div background color is #a07ddf


#a07ddf Border Color

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

This div border color is #a07ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07ddf


Comments

No comments written yet.

Please login to write comment.