Color Hex Logo

#a968bf Color Hex

#A968BF
(169,104,191)
0 Favorites   0 Comments

Color spaces of #a968bf

RGB 169104191
HSL0.790.400.58
HSV285°46°75°
CMYK 0.120.460.00   0.25
XYZ30.716522.097251.9365
Yxy22.09720.29320.2110
Hunter Lab47.007734.3749-32.6013
CIE-Lab54.130040.8370-35.3533

#a968bf color RGB value is (169,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 10111111
Octal 251 150 277
Decimal 169 104 191
Hex A9 68 BF

RGB Percentages of Color #a968bf

%36.42
%22.41
%41.16

CMYK Percentages of Color #a968bf

%12
%46
%0
%25

Triadic Colors of #a968bf

#a968bf #bfa968 #68bfa9

Analogous Colors of #a968bf

#a968bf #bf68aa #7e68bf

Monochromatic Colors of #a968bf

#a968bf

Complementary Color

#a968bf #7ebf68

#a968bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968bf Color CSS Codes

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

#a968bf Text Font Color

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

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


#a968bf Background Color

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

This div background color is #a968bf


#a968bf Border Color

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

This div border color is #a968bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968bf


Comments

No comments written yet.

Please login to write comment.