Color Hex Logo

#a17ffd Color Hex

#A17FFD
(161,127,253)
0 Favorites   0 Comments

Color spaces of #a17ffd

RGB 161127253
HSL0.710.970.75
HSV256°50°99°
CMYK 0.360.500.00   0.01
XYZ40.016929.847796.5806
Yxy29.84770.24040.1793
Hunter Lab54.633035.1375-66.5700
CIE-Lab61.522640.5981-58.5049

#a17ffd color RGB value is (161,127,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 11111101
Octal 241 177 375
Decimal 161 127 253
Hex A1 7F FD

RGB Percentages of Color #a17ffd

%29.76
%23.48
%46.77

CMYK Percentages of Color #a17ffd

%36
%50
%0
%1

Triadic Colors of #a17ffd

#a17ffd #fda17f #7ffda1

Analogous Colors of #a17ffd

#a17ffd #e07ffd #7f9cfd

Monochromatic Colors of #a17ffd

#a17ffd

Complementary Color

#a17ffd #dbfd7f

#a17ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17ffd Color CSS Codes

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

#a17ffd Text Font Color

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

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


#a17ffd Background Color

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

This div background color is #a17ffd


#a17ffd Border Color

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

This div border color is #a17ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,127,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 #a17ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.