Color Hex Logo

#a068be Color Hex

#A068BE
(160,104,190)
0 Favorites   0 Comments

Color spaces of #a068be

RGB 160104190
HSL0.780.400.58
HSV279°45°75°
CMYK 0.160.450.00   0.25
XYZ28.741821.091951.2715
Yxy21.09190.28430.2086
Hunter Lab45.925931.3402-34.0430
CIE-Lab53.049937.9761-36.5457

#a068be color RGB value is (160,104,190).

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

The process color (four color CMYK) of #a068be color hex is 0.16, 0.45, 0.00, 0.25. Web safe color of #a068be is #9966cc. Color #a068be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10111110
Octal 240 150 276
Decimal 160 104 190
Hex A0 68 BE

RGB Percentages of Color #a068be

%35.24
%22.91
%41.85

CMYK Percentages of Color #a068be

%16
%45
%0
%25

Triadic Colors of #a068be

#a068be #bea068 #68bea0

Analogous Colors of #a068be

#a068be #be68b1 #7568be

Monochromatic Colors of #a068be

#a068be

Complementary Color

#a068be #86be68

#a068be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068be Color CSS Codes

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

#a068be Text Font Color

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

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


#a068be Background Color

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

This div background color is #a068be


#a068be Border Color

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

This div border color is #a068be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068be


Comments

No comments written yet.

Please login to write comment.