Color Hex Logo

#a17bf9 Color Hex

#A17BF9
(161,123,249)
0 Favorites   0 Comments

Color spaces of #a17bf9

RGB 161123249
HSL0.720.910.73
HSV258°51°98°
CMYK 0.350.510.00   0.02
XYZ38.879828.582593.0903
Yxy28.58250.24220.1780
Hunter Lab53.462636.2516-65.8133
CIE-Lab60.411441.8040-58.0775

#a17bf9 color RGB value is (161,123,249).

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

The process color (four color CMYK) of #a17bf9 color hex is 0.35, 0.51, 0.00, 0.02. Web safe color of #a17bf9 is #9966ff. Color #a17bf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 11111001
Octal 241 173 371
Decimal 161 123 249
Hex A1 7B F9

RGB Percentages of Color #a17bf9

%30.21
%23.08
%46.72

CMYK Percentages of Color #a17bf9

%35
%51
%0
%2

Triadic Colors of #a17bf9

#a17bf9 #f9a17b #7bf9a1

Analogous Colors of #a17bf9

#a17bf9 #e07bf9 #7b94f9

Monochromatic Colors of #a17bf9

#a17bf9

Complementary Color

#a17bf9 #d3f97b

#a17bf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17bf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17bf9 Color CSS Codes

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

#a17bf9 Text Font Color

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

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


#a17bf9 Background Color

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

This div background color is #a17bf9


#a17bf9 Border Color

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

This div border color is #a17bf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17bf9


Comments

No comments written yet.

Please login to write comment.