Color Hex Logo

#a68fbe Color Hex

#A68FBE
(166,143,190)
0 Favorites   0 Comments

Color spaces of #a68fbe

RGB 166143190
HSL0.750.270.65
HSV269°25°75°
CMYK 0.130.250.00   0.25
XYZ34.842631.469652.9530
Yxy31.46960.29210.2639
Hunter Lab56.097812.6961-16.6978
CIE-Lab62.902117.7491-21.2419

#a68fbe color RGB value is (166,143,190).

#a68fbe hex color red value is 166, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a68fbe hue: 0.75 , saturation: 0.27 and the lightness value of a68fbe is 0.65.

The process color (four color CMYK) of #a68fbe color hex is 0.13, 0.25, 0.00, 0.25. Web safe color of #a68fbe is #9999cc. Color #a68fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 10111110
Octal 246 217 276
Decimal 166 143 190
Hex A6 8F BE

RGB Percentages of Color #a68fbe

%33.27
%28.66
%38.08

CMYK Percentages of Color #a68fbe

%13
%25
%0
%25

Triadic Colors of #a68fbe

#a68fbe #bea68f #8fbea6

Analogous Colors of #a68fbe

#a68fbe #be8fbe #8f90be

Monochromatic Colors of #a68fbe

#a68fbe

Complementary Color

#a68fbe #a7be8f

#a68fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fbe Color CSS Codes

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

#a68fbe Text Font Color

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

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


#a68fbe Background Color

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

This div background color is #a68fbe


#a68fbe Border Color

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

This div border color is #a68fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fbe


Comments

No comments written yet.

Please login to write comment.