Color Hex Logo

#a34668 Color Hex

#A34668
(163,70,104)
0 Favorites   0 Comments

Color spaces of #a34668

RGB 16370104
HSL0.940.400.46
HSV338°57°64°
CMYK 0.000.570.36   0.36
XYZ19.793113.166314.5948
Yxy13.16630.41620.2769
Hunter Lab36.285433.86941.5520
CIE-Lab43.012842.0007-0.6089

#a34668 color RGB value is (163,70,104).

#a34668 hex color red value is 163, green value is 70 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a34668 hue: 0.94 , saturation: 0.40 and the lightness value of a34668 is 0.46.

The process color (four color CMYK) of #a34668 color hex is 0.00, 0.57, 0.36, 0.36. Web safe color of #a34668 is #993366. Color #a34668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 01101000
Octal 243 106 150
Decimal 163 70 104
Hex A3 46 68

RGB Percentages of Color #a34668

%48.37
%20.77
%30.86

CMYK Percentages of Color #a34668

%0
%57
%36
%36

Triadic Colors of #a34668

#a34668 #68a346 #4668a3

Analogous Colors of #a34668

#a34668 #a35346 #a34697

Monochromatic Colors of #a34668

#a34668

Complementary Color

#a34668 #46a381

#a34668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34668 Color CSS Codes

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

#a34668 Text Font Color

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

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


#a34668 Background Color

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

This div background color is #a34668


#a34668 Border Color

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

This div border color is #a34668


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,70,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34668


Comments

No comments written yet.

Please login to write comment.