Color Hex Logo

#a068af Color Hex

#A068AF
(160,104,175)
0 Favorites   0 Comments

Color spaces of #a068af

RGB 160104175
HSL0.800.310.55
HSV287°41°69°
CMYK 0.090.410.00   0.31
XYZ27.185420.469443.0756
Yxy20.46940.29960.2256
Hunter Lab45.243128.0805-24.7793
CIE-Lab52.363834.7629-28.9520

#a068af color RGB value is (160,104,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10101111
Octal 240 150 257
Decimal 160 104 175
Hex A0 68 AF

RGB Percentages of Color #a068af

%36.45
%23.69
%39.86

CMYK Percentages of Color #a068af

%9
%41
%0
%31

Triadic Colors of #a068af

#a068af #afa068 #68afa0

Analogous Colors of #a068af

#a068af #af689b #7d68af

Monochromatic Colors of #a068af

#a068af

Complementary Color

#a068af #77af68

#a068af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068af Color CSS Codes

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

#a068af Text Font Color

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

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


#a068af Background Color

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

This div background color is #a068af


#a068af Border Color

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

This div border color is #a068af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068af


Comments

No comments written yet.

Please login to write comment.