Color Hex Logo

#a07fdf Color Hex

#A07FDF
(160,127,223)
0 Favorites   0 Comments

Color spaces of #a07fdf

RGB 160127223
HSL0.720.600.69
HSV261°43°87°
CMYK 0.280.430.00   0.13
XYZ35.405927.980073.3466
Yxy27.98000.25890.2046
Hunter Lab52.896126.9103-45.1852
CIE-Lab59.870732.7336-44.5106

#a07fdf color RGB value is (160,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111111 11011111
Octal 240 177 337
Decimal 160 127 223
Hex A0 7F DF

RGB Percentages of Color #a07fdf

%31.37
%24.90
%43.73

CMYK Percentages of Color #a07fdf

%28
%43
%0
%13

Triadic Colors of #a07fdf

#a07fdf #dfa07f #7fdfa0

Analogous Colors of #a07fdf

#a07fdf #d07fdf #7f8edf

Monochromatic Colors of #a07fdf

#a07fdf

Complementary Color

#a07fdf #bedf7f

#a07fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07fdf Color CSS Codes

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

#a07fdf Text Font Color

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

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


#a07fdf Background Color

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

This div background color is #a07fdf


#a07fdf Border Color

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

This div border color is #a07fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07fdf


Comments

No comments written yet.

Please login to write comment.