Color Hex Logo

#a069b4 Color Hex

#A069B4
(160,105,180)
0 Favorites   0 Comments

Color spaces of #a069b4

RGB 160105180
HSL0.790.330.56
HSV284°42°71°
CMYK 0.110.420.00   0.29
XYZ27.787020.872045.7442
Yxy20.87200.29430.2211
Hunter Lab45.685928.6167-27.3856
CIE-Lab52.809135.2559-31.1556

#a069b4 color RGB value is (160,105,180).

#a069b4 hex color red value is 160, green value is 105 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a069b4 hue: 0.79 , saturation: 0.33 and the lightness value of a069b4 is 0.56.

The process color (four color CMYK) of #a069b4 color hex is 0.11, 0.42, 0.00, 0.29. Web safe color of #a069b4 is #9966cc. Color #a069b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 10110100
Octal 240 151 264
Decimal 160 105 180
Hex A0 69 B4

RGB Percentages of Color #a069b4

%35.96
%23.60
%40.45

CMYK Percentages of Color #a069b4

%11
%42
%0
%29

Triadic Colors of #a069b4

#a069b4 #b4a069 #69b4a0

Analogous Colors of #a069b4

#a069b4 #b469a3 #7b69b4

Monochromatic Colors of #a069b4

#a069b4

Complementary Color

#a069b4 #7db469

#a069b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069b4 Color CSS Codes

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

#a069b4 Text Font Color

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

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


#a069b4 Background Color

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

This div background color is #a069b4


#a069b4 Border Color

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

This div border color is #a069b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,105,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069b4


Comments

No comments written yet.

Please login to write comment.