Color Hex Logo

#a174cd Color Hex

#A174CD
(161,116,205)
0 Favorites   0 Comments

Color spaces of #a174cd

RGB 161116205
HSL0.750.470.63
HSV270°43°80°
CMYK 0.210.430.00   0.20
XYZ31.962824.475660.7973
Yxy24.47560.27260.2088
Hunter Lab49.472828.7457-38.2307
CIE-Lab56.560934.9383-39.5866

#a174cd color RGB value is (161,116,205).

#a174cd hex color red value is 161, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a174cd hue: 0.75 , saturation: 0.47 and the lightness value of a174cd is 0.63.

The process color (four color CMYK) of #a174cd color hex is 0.21, 0.43, 0.00, 0.20. Web safe color of #a174cd is #9966cc. Color #a174cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 11001101
Octal 241 164 315
Decimal 161 116 205
Hex A1 74 CD

RGB Percentages of Color #a174cd

%33.40
%24.07
%42.53

CMYK Percentages of Color #a174cd

%21
%43
%0
%20

Triadic Colors of #a174cd

#a174cd #cda174 #74cda1

Analogous Colors of #a174cd

#a174cd #cd74cd #7574cd

Monochromatic Colors of #a174cd

#a174cd

Complementary Color

#a174cd #a0cd74

#a174cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a174cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a174cd Color CSS Codes

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

#a174cd Text Font Color

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

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


#a174cd Background Color

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

This div background color is #a174cd


#a174cd Border Color

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

This div border color is #a174cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a174cd


Comments

No comments written yet.

Please login to write comment.