Color Hex Logo

#a34494 Color Hex

#A34494
(163,68,148)
0 Favorites   0 Comments

Color spaces of #a34494

RGB 16368148
HSL0.860.410.45
HSV309°58°64°
CMYK 0.000.580.09   0.36
XYZ22.516714.058929.5439
Yxy14.05890.34050.2126
Hunter Lab37.495241.5766-20.4702
CIE-Lab44.317349.3916-25.4837

#a34494 color RGB value is (163,68,148).

#a34494 hex color red value is 163, green value is 68 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a34494 hue: 0.86 , saturation: 0.41 and the lightness value of a34494 is 0.45.

The process color (four color CMYK) of #a34494 color hex is 0.00, 0.58, 0.09, 0.36. Web safe color of #a34494 is #993399. Color #a34494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 10010100
Octal 243 104 224
Decimal 163 68 148
Hex A3 44 94

RGB Percentages of Color #a34494

%43.01
%17.94
%39.05

CMYK Percentages of Color #a34494

%0
%58
%9
%36

Triadic Colors of #a34494

#a34494 #94a344 #4494a3

Analogous Colors of #a34494

#a34494 #a34465 #8344a3

Monochromatic Colors of #a34494

#a34494

Complementary Color

#a34494 #44a353

#a34494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34494 Color CSS Codes

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

#a34494 Text Font Color

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

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


#a34494 Background Color

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

This div background color is #a34494


#a34494 Border Color

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

This div border color is #a34494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,68,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 #a34494">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34494


Comments

No comments written yet.

Please login to write comment.