Color Hex Logo

#a170e7 Color Hex

#A170E7
(161,112,231)
0 Favorites   0 Comments

Color spaces of #a170e7

RGB 161112231
HSL0.740.710.67
HSV265°52°91°
CMYK 0.300.520.00   0.09
XYZ34.915924.934978.5740
Yxy24.93490.25220.1801
Hunter Lab49.934937.4264-58.3402
CIE-Lab57.011943.3884-53.5093

#a170e7 color RGB value is (161,112,231).

#a170e7 hex color red value is 161, green value is 112 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a170e7 hue: 0.74 , saturation: 0.71 and the lightness value of a170e7 is 0.67.

The process color (four color CMYK) of #a170e7 color hex is 0.30, 0.52, 0.00, 0.09. Web safe color of #a170e7 is #9966ff. Color #a170e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 11100111
Octal 241 160 347
Decimal 161 112 231
Hex A1 70 E7

RGB Percentages of Color #a170e7

%31.94
%22.22
%45.83

CMYK Percentages of Color #a170e7

%30
%52
%0
%9

Triadic Colors of #a170e7

#a170e7 #e7a170 #70e7a1

Analogous Colors of #a170e7

#a170e7 #dd70e7 #707be7

Monochromatic Colors of #a170e7

#a170e7

Complementary Color

#a170e7 #b6e770

#a170e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a170e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a170e7 Color CSS Codes

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

#a170e7 Text Font Color

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

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


#a170e7 Background Color

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

This div background color is #a170e7


#a170e7 Border Color

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

This div border color is #a170e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a170e7


Comments

No comments written yet.

Please login to write comment.