Color Hex Logo

#a14090 Color Hex

#A14090
(161,64,144)
0 Favorites   0 Comments

Color spaces of #a14090

RGB 16164144
HSL0.860.430.44
HSV311°60°63°
CMYK 0.000.600.11   0.37
XYZ21.565413.257527.8079
Yxy13.25750.34430.2117
Hunter Lab36.410942.0029-19.7937
CIE-Lab43.148750.0088-24.9110

#a14090 color RGB value is (161,64,144).

#a14090 hex color red value is 161, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a14090 hue: 0.86 , saturation: 0.43 and the lightness value of a14090 is 0.44.

The process color (four color CMYK) of #a14090 color hex is 0.00, 0.60, 0.11, 0.37. Web safe color of #a14090 is #993399. Color #a14090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 10010000
Octal 241 100 220
Decimal 161 64 144
Hex A1 40 90

RGB Percentages of Color #a14090

%43.63
%17.34
%39.02

CMYK Percentages of Color #a14090

%0
%60
%11
%37

Triadic Colors of #a14090

#a14090 #90a140 #4090a1

Analogous Colors of #a14090

#a14090 #a1405f #8240a1

Monochromatic Colors of #a14090

#a14090

Complementary Color

#a14090 #40a151

#a14090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14090 Color CSS Codes

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

#a14090 Text Font Color

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

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


#a14090 Background Color

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

This div background color is #a14090


#a14090 Border Color

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

This div border color is #a14090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14090


Comments

No comments written yet.

Please login to write comment.