Color Hex Logo

#a970be Color Hex

#A970BE
(169,112,190)
0 Favorites   0 Comments

Color spaces of #a970be

RGB 169112190
HSL0.790.380.59
HSV284°41°75°
CMYK 0.110.410.00   0.25
XYZ31.450623.741151.6401
Yxy23.74110.29440.2222
Hunter Lab48.724829.9486-28.7300
CIE-Lab55.827636.2314-32.1285

#a970be color RGB value is (169,112,190).

#a970be hex color red value is 169, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a970be hue: 0.79 , saturation: 0.38 and the lightness value of a970be is 0.59.

The process color (four color CMYK) of #a970be color hex is 0.11, 0.41, 0.00, 0.25. Web safe color of #a970be is #9966cc. Color #a970be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 10111110
Octal 251 160 276
Decimal 169 112 190
Hex A9 70 BE

RGB Percentages of Color #a970be

%35.88
%23.78
%40.34

CMYK Percentages of Color #a970be

%11
%41
%0
%25

Triadic Colors of #a970be

#a970be #bea970 #70bea9

Analogous Colors of #a970be

#a970be #be70ac #8270be

Monochromatic Colors of #a970be

#a970be

Complementary Color

#a970be #85be70

#a970be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a970be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a970be Color CSS Codes

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

#a970be Text Font Color

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

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


#a970be Background Color

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

This div background color is #a970be


#a970be Border Color

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

This div border color is #a970be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a970be


Comments

No comments written yet.

Please login to write comment.