Color Hex Logo

#a968af Color Hex

#A968AF
(169,104,175)
0 Favorites   0 Comments

Color spaces of #a968af

RGB 169104175
HSL0.820.310.55
HSV295°41°69°
CMYK 0.030.410.00   0.31
XYZ29.050421.430843.1629
Yxy21.43080.31020.2289
Hunter Lab46.293431.0002-22.8752
CIE-Lab53.417837.5873-27.2339

#a968af color RGB value is (169,104,175).

#a968af hex color red value is 169, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a968af hue: 0.82 , saturation: 0.31 and the lightness value of a968af is 0.55.

The process color (four color CMYK) of #a968af color hex is 0.03, 0.41, 0.00, 0.31. Web safe color of #a968af is #996699. Color #a968af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 10101111
Octal 251 150 257
Decimal 169 104 175
Hex A9 68 AF

RGB Percentages of Color #a968af

%37.72
%23.21
%39.06

CMYK Percentages of Color #a968af

%3
%41
%0
%31

Triadic Colors of #a968af

#a968af #afa968 #68afa9

Analogous Colors of #a968af

#a968af #af6892 #8668af

Monochromatic Colors of #a968af

#a968af

Complementary Color

#a968af #6eaf68

#a968af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968af Color CSS Codes

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

#a968af Text Font Color

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

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


#a968af Background Color

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

This div background color is #a968af


#a968af Border Color

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

This div border color is #a968af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,104,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968af


Comments

No comments written yet.

Please login to write comment.