color codes Logo

#a972be color codes

#A972BE
(169,114,190)
0 Favorites   0 Comments

Color spaces of #a972be

RGB 169114190
HSL0.790.370.60
HSV283°40°75°
CMYK 0.110.400.00   0.25
XYZ31.673824.187351.7144
Yxy24.18730.29440.2248
Hunter Lab49.180628.8934-27.9182
CIE-Lab56.274835.1200-31.4322

#a972be color RGB value is (169,114,190).

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

The process color (four color CMYK) of #a972be color code is 0.11, 0.40, 0.00, 0.25. Web safe color of #a972be is #9966cc. Color #a972be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10111110
Octal 251 162 276
Decimal 169 114 190
Hex A9 72 BE

RGB Percentages of Color #a972be

%35.73
%24.10
%40.17

CMYK Percentages of Color #a972be

%11
%40
%0
%25

Triadic Colors of #a972be

#a972be #bea972 #72bea9

Analogous Colors of #a972be

#a972be #be72ad #8372be

Monochromatic Colors of #a972be

#a972be

Complementary Color

#a972be #87be72

#a972be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972be Color CSS Codes

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

#a972be Text Font Color

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

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


#a972be Background Color

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

This div background color is #a972be


#a972be Border Color

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

This div border color is #a972be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972be


Comments

No comments written yet.

Please login to write comment.