Color Hex Logo

#a84394 Color Hex

#A84394
(168,67,148)
0 Favorites   0 Comments

Color spaces of #a84394

RGB 16867148
HSL0.870.430.46
HSV312°60°66°
CMYK 0.000.600.12   0.34
XYZ23.500914.477329.5727
Yxy14.47730.34790.2143
Hunter Lab38.049043.6643-19.4474
CIE-Lab44.909851.2812-24.5041

#a84394 color RGB value is (168,67,148).

#a84394 hex color red value is 168, green value is 67 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a84394 hue: 0.87 , saturation: 0.43 and the lightness value of a84394 is 0.46.

The process color (four color CMYK) of #a84394 color hex is 0.00, 0.60, 0.12, 0.34. Web safe color of #a84394 is #993399. Color #a84394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000011 10010100
Octal 250 103 224
Decimal 168 67 148
Hex A8 43 94

RGB Percentages of Color #a84394

%43.86
%17.49
%38.64

CMYK Percentages of Color #a84394

%0
%60
%12
%34

Triadic Colors of #a84394

#a84394 #94a843 #4394a8

Analogous Colors of #a84394

#a84394 #a84362 #8a43a8

Monochromatic Colors of #a84394

#a84394

Complementary Color

#a84394 #43a857

#a84394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84394 Color CSS Codes

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

#a84394 Text Font Color

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

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


#a84394 Background Color

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

This div background color is #a84394


#a84394 Border Color

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

This div border color is #a84394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84394


Comments

No comments written yet.

Please login to write comment.