Color Hex Logo

#a17cdb Color Hex

#A17CDB
(161,124,219)
0 Favorites   0 Comments

Color spaces of #a17cdb

RGB 161124219
HSL0.730.570.67
HSV263°43°86°
CMYK 0.260.430.00   0.14
XYZ34.691827.106870.4215
Yxy27.10680.26240.2050
Hunter Lab52.064227.8271-43.7501
CIE-Lab59.073133.7365-43.5235

#a17cdb color RGB value is (161,124,219).

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

The process color (four color CMYK) of #a17cdb color hex is 0.26, 0.43, 0.00, 0.14. Web safe color of #a17cdb is #9966cc. Color #a17cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 11011011
Octal 241 174 333
Decimal 161 124 219
Hex A1 7C DB

RGB Percentages of Color #a17cdb

%31.94
%24.60
%43.45

CMYK Percentages of Color #a17cdb

%26
%43
%0
%14

Triadic Colors of #a17cdb

#a17cdb #dba17c #7cdba1

Analogous Colors of #a17cdb

#a17cdb #d17cdb #7c87db

Monochromatic Colors of #a17cdb

#a17cdb

Complementary Color

#a17cdb #b6db7c

#a17cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cdb Color CSS Codes

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

#a17cdb Text Font Color

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

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


#a17cdb Background Color

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

This div background color is #a17cdb


#a17cdb Border Color

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

This div border color is #a17cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cdb


Comments

No comments written yet.

Please login to write comment.