Color Hex Logo

#a84195 Color Hex

#A84195
(168,65,149)
0 Favorites   0 Comments

Color spaces of #a84195

RGB 16865149
HSL0.860.440.46
HSV311°61°66°
CMYK 0.000.610.11   0.34
XYZ23.463614.275429.9525
Yxy14.27540.34660.2109
Hunter Lab37.782844.7309-20.5545
CIE-Lab44.625352.3413-25.5467

#a84195 color RGB value is (168,65,149).

#a84195 hex color red value is 168, green value is 65 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a84195 hue: 0.86 , saturation: 0.44 and the lightness value of a84195 is 0.46.

The process color (four color CMYK) of #a84195 color hex is 0.00, 0.61, 0.11, 0.34. Web safe color of #a84195 is #993399. Color #a84195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 10010101
Octal 250 101 225
Decimal 168 65 149
Hex A8 41 95

RGB Percentages of Color #a84195

%43.98
%17.02
%39.01

CMYK Percentages of Color #a84195

%0
%61
%11
%34

Triadic Colors of #a84195

#a84195 #95a841 #4195a8

Analogous Colors of #a84195

#a84195 #a84161 #8841a8

Monochromatic Colors of #a84195

#a84195

Complementary Color

#a84195 #41a854

#a84195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84195 Color CSS Codes

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

#a84195 Text Font Color

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

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


#a84195 Background Color

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

This div background color is #a84195


#a84195 Border Color

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

This div border color is #a84195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84195


Comments

No comments written yet.

Please login to write comment.