Color Hex Logo

#a17cbd Color Hex

#A17CBD
(161,124,189)
0 Favorites   0 Comments

Color spaces of #a17cbd

RGB 161124189
HSL0.760.330.61
HSV274°34°74°
CMYK 0.150.340.00   0.26
XYZ31.090925.666551.4596
Yxy25.66650.28730.2372
Hunter Lab50.662120.8852-24.7598
CIE-Lab57.719126.7550-28.6854

#a17cbd color RGB value is (161,124,189).

#a17cbd hex color red value is 161, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a17cbd hue: 0.76 , saturation: 0.33 and the lightness value of a17cbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 10111101
Octal 241 174 275
Decimal 161 124 189
Hex A1 7C BD

RGB Percentages of Color #a17cbd

%33.97
%26.16
%39.87

CMYK Percentages of Color #a17cbd

%15
%34
%0
%26

Triadic Colors of #a17cbd

#a17cbd #bda17c #7cbda1

Analogous Colors of #a17cbd

#a17cbd #bd7cb9 #817cbd

Monochromatic Colors of #a17cbd

#a17cbd

Complementary Color

#a17cbd #98bd7c

#a17cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cbd Color CSS Codes

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

#a17cbd Text Font Color

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

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


#a17cbd Background Color

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

This div background color is #a17cbd


#a17cbd Border Color

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

This div border color is #a17cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cbd


Comments

No comments written yet.

Please login to write comment.