Color Hex Logo

#a869bd Color Hex

#A869BD
(168,105,189)
0 Favorites   0 Comments

Color spaces of #a869bd

RGB 168105189
HSL0.790.390.58
HSV285°44°74°
CMYK 0.110.440.00   0.26
XYZ30.385322.102150.8088
Yxy22.10210.29420.2140
Hunter Lab47.012933.0954-31.1682
CIE-Lab54.135239.5769-34.2051

#a869bd color RGB value is (168,105,189).

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

The process color (four color CMYK) of #a869bd color hex is 0.11, 0.44, 0.00, 0.26. Web safe color of #a869bd is #9966cc. Color #a869bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101001 10111101
Octal 250 151 275
Decimal 168 105 189
Hex A8 69 BD

RGB Percentages of Color #a869bd

%36.36
%22.73
%40.91

CMYK Percentages of Color #a869bd

%11
%44
%0
%26

Triadic Colors of #a869bd

#a869bd #bda869 #69bda8

Analogous Colors of #a869bd

#a869bd #bd69a8 #7e69bd

Monochromatic Colors of #a869bd

#a869bd

Complementary Color

#a869bd #7ebd69

#a869bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a869bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a869bd Color CSS Codes

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

#a869bd Text Font Color

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

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


#a869bd Background Color

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

This div background color is #a869bd


#a869bd Border Color

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

This div border color is #a869bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a869bd


Comments

No comments written yet.

Please login to write comment.