Color Hex Logo

#a068bd Color Hex

#A068BD
(160,104,189)
0 Favorites   0 Comments

Color spaces of #a068bd

RGB 160104189
HSL0.780.390.57
HSV280°45°74°
CMYK 0.150.450.00   0.26
XYZ28.632821.048350.6977
Yxy21.04830.28520.2097
Hunter Lab45.878431.1149-33.4032
CIE-Lab53.002337.7565-36.0451

#a068bd color RGB value is (160,104,189).

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

The process color (four color CMYK) of #a068bd color hex is 0.15, 0.45, 0.00, 0.26. Web safe color of #a068bd is #9966cc. Color #a068bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10111101
Octal 240 150 275
Decimal 160 104 189
Hex A0 68 BD

RGB Percentages of Color #a068bd

%35.32
%22.96
%41.72

CMYK Percentages of Color #a068bd

%15
%45
%0
%26

Triadic Colors of #a068bd

#a068bd #bda068 #68bda0

Analogous Colors of #a068bd

#a068bd #bd68b0 #7668bd

Monochromatic Colors of #a068bd

#a068bd

Complementary Color

#a068bd #85bd68

#a068bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068bd Color CSS Codes

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

#a068bd Text Font Color

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

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


#a068bd Background Color

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

This div background color is #a068bd


#a068bd Border Color

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

This div border color is #a068bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068bd


Comments

No comments written yet.

Please login to write comment.