Color Hex Logo

#a34088 Color Hex

#A34088
(163,64,136)
0 Favorites   0 Comments

Color spaces of #a34088

RGB 16364136
HSL0.880.440.45
HSV316°61°64°
CMYK 0.000.610.17   0.36
XYZ21.381613.230924.7194
Yxy13.23090.36040.2230
Hunter Lab36.374341.2711-14.8305
CIE-Lab43.109149.3106-20.0960

#a34088 color RGB value is (163,64,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 10001000
Octal 243 100 210
Decimal 163 64 136
Hex A3 40 88

RGB Percentages of Color #a34088

%44.90
%17.63
%37.47

CMYK Percentages of Color #a34088

%0
%61
%17
%36

Triadic Colors of #a34088

#a34088 #88a340 #4088a3

Analogous Colors of #a34088

#a34088 #a34056 #8d40a3

Monochromatic Colors of #a34088

#a34088

Complementary Color

#a34088 #40a35b

#a34088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34088 Color CSS Codes

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

#a34088 Text Font Color

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

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


#a34088 Background Color

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

This div background color is #a34088


#a34088 Border Color

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

This div border color is #a34088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34088


Comments

No comments written yet.

Please login to write comment.