Color Hex Logo

#a168be Color Hex

#A168BE
(161,104,190)
0 Favorites   0 Comments

Color spaces of #a168be

RGB 161104190
HSL0.780.400.58
HSV280°45°75°
CMYK 0.150.450.00   0.25
XYZ28.942521.195451.2809
Yxy21.19540.28540.2090
Hunter Lab46.038531.6483-33.8145
CIE-Lab53.162738.2694-36.3608

#a168be color RGB value is (161,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101000 10111110
Octal 241 150 276
Decimal 161 104 190
Hex A1 68 BE

RGB Percentages of Color #a168be

%35.38
%22.86
%41.76

CMYK Percentages of Color #a168be

%15
%45
%0
%25

Triadic Colors of #a168be

#a168be #bea168 #68bea1

Analogous Colors of #a168be

#a168be #be68b0 #7668be

Monochromatic Colors of #a168be

#a168be

Complementary Color

#a168be #85be68

#a168be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a168be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a168be Color CSS Codes

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

#a168be Text Font Color

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

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


#a168be Background Color

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

This div background color is #a168be


#a168be Border Color

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

This div border color is #a168be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a168be


Comments

No comments written yet.

Please login to write comment.