Color Hex Logo

#a34187 Color Hex

#A34187
(163,65,135)
0 Favorites   0 Comments

Color spaces of #a34187

RGB 16365135
HSL0.880.430.45
HSV317°60°64°
CMYK 0.000.600.17   0.36
XYZ21.367713.316424.3658
Yxy13.31640.36190.2255
Hunter Lab36.491640.6604-14.0443
CIE-Lab43.236248.6970-19.2924

#a34187 color RGB value is (163,65,135).

#a34187 hex color red value is 163, green value is 65 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a34187 hue: 0.88 , saturation: 0.43 and the lightness value of a34187 is 0.45.

The process color (four color CMYK) of #a34187 color hex is 0.00, 0.60, 0.17, 0.36. Web safe color of #a34187 is #993399. Color #a34187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 10000111
Octal 243 101 207
Decimal 163 65 135
Hex A3 41 87

RGB Percentages of Color #a34187

%44.90
%17.91
%37.19

CMYK Percentages of Color #a34187

%0
%60
%17
%36

Triadic Colors of #a34187

#a34187 #87a341 #4187a3

Analogous Colors of #a34187

#a34187 #a34156 #8e41a3

Monochromatic Colors of #a34187

#a34187

Complementary Color

#a34187 #41a35d

#a34187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34187 Color CSS Codes

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

#a34187 Text Font Color

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

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


#a34187 Background Color

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

This div background color is #a34187


#a34187 Border Color

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

This div border color is #a34187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34187


Comments

No comments written yet.

Please login to write comment.