Color Hex Logo

#a17bda Color Hex

#A17BDA
(161,123,218)
0 Favorites   0 Comments

Color spaces of #a17bda

RGB 161123218
HSL0.730.560.67
HSV264°44°85°
CMYK 0.260.440.00   0.15
XYZ34.435826.804969.6886
Yxy26.80490.26300.2047
Hunter Lab51.773428.1212-43.5647
CIE-Lab58.793334.0612-43.4037

#a17bda color RGB value is (161,123,218).

#a17bda hex color red value is 161, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a17bda hue: 0.73 , saturation: 0.56 and the lightness value of a17bda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 11011010
Octal 241 173 332
Decimal 161 123 218
Hex A1 7B DA

RGB Percentages of Color #a17bda

%32.07
%24.50
%43.43

CMYK Percentages of Color #a17bda

%26
%44
%0
%15

Triadic Colors of #a17bda

#a17bda #daa17b #7bdaa1

Analogous Colors of #a17bda

#a17bda #d17bda #7b85da

Monochromatic Colors of #a17bda

#a17bda

Complementary Color

#a17bda #b4da7b

#a17bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17bda Color CSS Codes

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

#a17bda Text Font Color

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

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


#a17bda Background Color

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

This div background color is #a17bda


#a17bda Border Color

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

This div border color is #a17bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,123,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17bda


Comments

No comments written yet.

Please login to write comment.