Color Hex Logo

#a17bdc Color Hex

#A17BDC
(161,123,220)
0 Favorites   0 Comments

Color spaces of #a17bdc

RGB 161123220
HSL0.730.580.67
HSV264°44°86°
CMYK 0.270.440.00   0.14
XYZ34.699226.910371.0755
Yxy26.91030.26150.2028
Hunter Lab51.875128.6169-44.9222
CIE-Lab58.891234.5457-44.3708

#a17bdc color RGB value is (161,123,220).

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

The process color (four color CMYK) of #a17bdc color hex is 0.27, 0.44, 0.00, 0.14. Web safe color of #a17bdc is #9966cc. Color #a17bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 11011100
Octal 241 173 334
Decimal 161 123 220
Hex A1 7B DC

RGB Percentages of Color #a17bdc

%31.94
%24.40
%43.65

CMYK Percentages of Color #a17bdc

%27
%44
%0
%14

Triadic Colors of #a17bdc

#a17bdc #dca17b #7bdca1

Analogous Colors of #a17bdc

#a17bdc #d27bdc #7b86dc

Monochromatic Colors of #a17bdc

#a17bdc

Complementary Color

#a17bdc #b6dc7b

#a17bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17bdc Color CSS Codes

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

#a17bdc Text Font Color

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

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


#a17bdc Background Color

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

This div background color is #a17bdc


#a17bdc Border Color

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

This div border color is #a17bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17bdc


Comments

No comments written yet.

Please login to write comment.