Color Hex Logo

#a17cdf Color Hex

#A17CDF
(161,124,223)
0 Favorites   0 Comments

Color spaces of #a17cdf

RGB 161124223
HSL0.730.610.68
HSV262°44°87°
CMYK 0.280.440.00   0.13
XYZ35.224927.320173.2288
Yxy27.32010.25940.2012
Hunter Lab52.268628.8247-46.4778
CIE-Lab59.269534.7110-45.4533

#a17cdf color RGB value is (161,124,223).

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

The process color (four color CMYK) of #a17cdf color hex is 0.28, 0.44, 0.00, 0.13. Web safe color of #a17cdf is #9966cc. Color #a17cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 11011111
Octal 241 174 337
Decimal 161 124 223
Hex A1 7C DF

RGB Percentages of Color #a17cdf

%31.69
%24.41
%43.90

CMYK Percentages of Color #a17cdf

%28
%44
%0
%13

Triadic Colors of #a17cdf

#a17cdf #dfa17c #7cdfa1

Analogous Colors of #a17cdf

#a17cdf #d37cdf #7c89df

Monochromatic Colors of #a17cdf

#a17cdf

Complementary Color

#a17cdf #badf7c

#a17cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cdf Color CSS Codes

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

#a17cdf Text Font Color

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

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


#a17cdf Background Color

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

This div background color is #a17cdf


#a17cdf Border Color

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

This div border color is #a17cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cdf


Comments

No comments written yet.

Please login to write comment.