Color Hex Logo

#a068ab Color Hex

#A068AB
(160,104,171)
0 Favorites   0 Comments

Color spaces of #a068ab

RGB 160104171
HSL0.810.290.54
HSV290°39°67°
CMYK 0.060.390.00   0.33
XYZ26.798220.314541.0367
Yxy20.31450.30400.2305
Hunter Lab45.071627.2553-22.4321
CIE-Lab52.190933.9365-26.8960

#a068ab color RGB value is (160,104,171).

#a068ab hex color red value is 160, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a068ab hue: 0.81 , saturation: 0.29 and the lightness value of a068ab is 0.54.

The process color (four color CMYK) of #a068ab color hex is 0.06, 0.39, 0.00, 0.33. Web safe color of #a068ab is #996699. Color #a068ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10101011
Octal 240 150 253
Decimal 160 104 171
Hex A0 68 AB

RGB Percentages of Color #a068ab

%36.78
%23.91
%39.31

CMYK Percentages of Color #a068ab

%6
%39
%0
%33

Triadic Colors of #a068ab

#a068ab #aba068 #68aba0

Analogous Colors of #a068ab

#a068ab #ab6895 #7f68ab

Monochromatic Colors of #a068ab

#a068ab

Complementary Color

#a068ab #73ab68

#a068ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068ab Color CSS Codes

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

#a068ab Text Font Color

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

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


#a068ab Background Color

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

This div background color is #a068ab


#a068ab Border Color

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

This div border color is #a068ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068ab


Comments

No comments written yet.

Please login to write comment.