Color Hex Logo

#a141a5 Color Hex

#A141A5
(161,65,165)
0 Favorites   0 Comments

Color spaces of #a141a5

RGB 16165165
HSL0.830.430.45
HSV298°61°65°
CMYK 0.020.610.00   0.35
XYZ23.379814.074337.0817
Yxy14.07430.31370.1888
Hunter Lab37.515745.5887-32.3430
CIE-Lab44.339353.2003-35.6346

#a141a5 color RGB value is (161,65,165).

#a141a5 hex color red value is 161, green value is 65 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a141a5 hue: 0.83 , saturation: 0.43 and the lightness value of a141a5 is 0.45.

The process color (four color CMYK) of #a141a5 color hex is 0.02, 0.61, 0.00, 0.35. Web safe color of #a141a5 is #993399. Color #a141a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10100101
Octal 241 101 245
Decimal 161 65 165
Hex A1 41 A5

RGB Percentages of Color #a141a5

%41.18
%16.62
%42.20

CMYK Percentages of Color #a141a5

%2
%61
%0
%35

Triadic Colors of #a141a5

#a141a5 #a5a141 #41a5a1

Analogous Colors of #a141a5

#a141a5 #a54177 #6f41a5

Monochromatic Colors of #a141a5

#a141a5

Complementary Color

#a141a5 #45a541

#a141a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a141a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a141a5 Color CSS Codes

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

#a141a5 Text Font Color

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

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


#a141a5 Background Color

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

This div background color is #a141a5


#a141a5 Border Color

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

This div border color is #a141a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a141a5


Comments

No comments written yet.

Please login to write comment.