Color Hex Logo

#a769be Color Hex

#A769BE
(167,105,190)
0 Favorites   0 Comments

Color spaces of #a769be

RGB 167105190
HSL0.790.400.58
HSV284°45°75°
CMYK 0.120.450.00   0.25
XYZ30.282222.036351.3726
Yxy22.03630.29200.2125
Hunter Lab46.942832.9980-32.0249
CIE-Lab54.065539.4901-34.8969

#a769be color RGB value is (167,105,190).

#a769be hex color red value is 167, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a769be hue: 0.79 , saturation: 0.40 and the lightness value of a769be is 0.58.

The process color (four color CMYK) of #a769be color hex is 0.12, 0.45, 0.00, 0.25. Web safe color of #a769be is #9966cc. Color #a769be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 10111110
Octal 247 151 276
Decimal 167 105 190
Hex A7 69 BE

RGB Percentages of Color #a769be

%36.15
%22.73
%41.13

CMYK Percentages of Color #a769be

%12
%45
%0
%25

Triadic Colors of #a769be

#a769be #bea769 #69bea7

Analogous Colors of #a769be

#a769be #be69ab #7d69be

Monochromatic Colors of #a769be

#a769be

Complementary Color

#a769be #80be69

#a769be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a769be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a769be Color CSS Codes

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

#a769be Text Font Color

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

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


#a769be Background Color

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

This div background color is #a769be


#a769be Border Color

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

This div border color is #a769be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a769be


Comments

No comments written yet.

Please login to write comment.