Color Hex Logo

#a174de Color Hex

#A174DE
(161,116,222)
0 Favorites   0 Comments

Color spaces of #a174de

RGB 161116222
HSL0.740.620.66
HSV265°48°87°
CMYK 0.270.480.00   0.13
XYZ34.128125.341872.1999
Yxy25.34180.25920.1925
Hunter Lab50.340632.9168-49.7969
CIE-Lab57.406938.9721-47.8399

#a174de color RGB value is (161,116,222).

#a174de hex color red value is 161, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a174de hue: 0.74 , saturation: 0.62 and the lightness value of a174de is 0.66.

The process color (four color CMYK) of #a174de color hex is 0.27, 0.48, 0.00, 0.13. Web safe color of #a174de is #9966cc. Color #a174de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 11011110
Octal 241 164 336
Decimal 161 116 222
Hex A1 74 DE

RGB Percentages of Color #a174de

%32.26
%23.25
%44.49

CMYK Percentages of Color #a174de

%27
%48
%0
%13

Triadic Colors of #a174de

#a174de #dea174 #74dea1

Analogous Colors of #a174de

#a174de #d674de #747cde

Monochromatic Colors of #a174de

#a174de

Complementary Color

#a174de #b1de74

#a174de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a174de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a174de Color CSS Codes

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

#a174de Text Font Color

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

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


#a174de Background Color

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

This div background color is #a174de


#a174de Border Color

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

This div border color is #a174de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a174de


Comments

No comments written yet.

Please login to write comment.