Color Hex Logo

#a17bfd Color Hex

#A17BFD
(161,123,253)
0 Favorites   0 Comments

Color spaces of #a17bfd

RGB 161123253
HSL0.720.970.74
HSV258°51°99°
CMYK 0.360.510.00   0.01
XYZ39.510528.834896.4118
Yxy28.83480.23980.1750
Hunter Lab53.698037.3670-68.8632
CIE-Lab60.635642.8340-59.9223

#a17bfd color RGB value is (161,123,253).

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

The process color (four color CMYK) of #a17bfd color hex is 0.36, 0.51, 0.00, 0.01. Web safe color of #a17bfd is #9966ff. Color #a17bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 11111101
Octal 241 173 375
Decimal 161 123 253
Hex A1 7B FD

RGB Percentages of Color #a17bfd

%29.98
%22.91
%47.11

CMYK Percentages of Color #a17bfd

%36
%51
%0
%1

Triadic Colors of #a17bfd

#a17bfd #fda17b #7bfda1

Analogous Colors of #a17bfd

#a17bfd #e27bfd #7b96fd

Monochromatic Colors of #a17bfd

#a17bfd

Complementary Color

#a17bfd #d7fd7b

#a17bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17bfd Color CSS Codes

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

#a17bfd Text Font Color

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

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


#a17bfd Background Color

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

This div background color is #a17bfd


#a17bfd Border Color

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

This div border color is #a17bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.