Color Hex Logo

#a17dbf Color Hex

#A17DBF
(161,125,191)
0 Favorites   0 Comments

Color spaces of #a17dbf

RGB 161125191
HSL0.760.340.62
HSV273°35°75°
CMYK 0.160.350.00   0.25
XYZ31.435526.005952.6530
Yxy26.00590.28550.2362
Hunter Lab50.996020.7900-25.5193
CIE-Lab58.042626.6286-29.3227

#a17dbf color RGB value is (161,125,191).

#a17dbf hex color red value is 161, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a17dbf hue: 0.76 , saturation: 0.34 and the lightness value of a17dbf is 0.62.

The process color (four color CMYK) of #a17dbf color hex is 0.16, 0.35, 0.00, 0.25. Web safe color of #a17dbf is #9966cc. Color #a17dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111101 10111111
Octal 241 175 277
Decimal 161 125 191
Hex A1 7D BF

RGB Percentages of Color #a17dbf

%33.75
%26.21
%40.04

CMYK Percentages of Color #a17dbf

%16
%35
%0
%25

Triadic Colors of #a17dbf

#a17dbf #bfa17d #7dbfa1

Analogous Colors of #a17dbf

#a17dbf #bf7dbc #807dbf

Monochromatic Colors of #a17dbf

#a17dbf

Complementary Color

#a17dbf #9bbf7d

#a17dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17dbf Color CSS Codes

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

#a17dbf Text Font Color

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

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


#a17dbf Background Color

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

This div background color is #a17dbf


#a17dbf Border Color

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

This div border color is #a17dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17dbf


Comments

No comments written yet.

Please login to write comment.