Color Hex Logo

#a2347c Color Hex

#A2347C
(162,52,124)
0 Favorites   0 Comments

Color spaces of #a2347c

RGB 16252124
HSL0.890.510.42
HSV321°68°64°
CMYK 0.000.680.23   0.36
XYZ19.766411.592620.2646
Yxy11.59260.38290.2246
Hunter Lab34.047944.0437-11.4546
CIE-Lab40.561252.4347-16.6693

#a2347c color RGB value is (162,52,124).

#a2347c hex color red value is 162, green value is 52 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a2347c hue: 0.89 , saturation: 0.51 and the lightness value of a2347c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110100 01111100
Octal 242 64 174
Decimal 162 52 124
Hex A2 34 7C

RGB Percentages of Color #a2347c

%47.93
%15.38
%36.69

CMYK Percentages of Color #a2347c

%0
%68
%23
%36

Triadic Colors of #a2347c

#a2347c #7ca234 #347ca2

Analogous Colors of #a2347c

#a2347c #a23445 #9134a2

Monochromatic Colors of #a2347c

#a2347c

Complementary Color

#a2347c #34a25a

#a2347c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2347c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2347c Color CSS Codes

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

#a2347c Text Font Color

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

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


#a2347c Background Color

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

This div background color is #a2347c


#a2347c Border Color

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

This div border color is #a2347c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,52,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2347c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2347c;
  -webkit-box-shadow: 1px 1px 3px 2px #a2347c;
  box-shadow:         1px 1px 3px 2px #a2347c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,52,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2347c


Comments

No comments written yet.

Please login to write comment.