Color Hex Logo

#a2617c Color Hex

#A2617C
(162,97,124)
0 Favorites   0 Comments

Color spaces of #a2617c

RGB 16297124
HSL0.930.260.51
HSV335°40°64°
CMYK 0.000.400.23   0.36
XYZ22.813117.686021.2801
Yxy17.68600.36930.2863
Hunter Lab42.054723.2337-0.5630
CIE-Lab49.113030.0719-3.8011

#a2617c color RGB value is (162,97,124).

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

The process color (four color CMYK) of #a2617c color hex is 0.00, 0.40, 0.23, 0.36. Web safe color of #a2617c is #996666. Color #a2617c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100001 01111100
Octal 242 141 174
Decimal 162 97 124
Hex A2 61 7C

RGB Percentages of Color #a2617c

%42.30
%25.33
%32.38

CMYK Percentages of Color #a2617c

%0
%40
%23
%36

Triadic Colors of #a2617c

#a2617c #7ca261 #617ca2

Analogous Colors of #a2617c

#a2617c #a26761 #a2619d

Monochromatic Colors of #a2617c

#a2617c

Complementary Color

#a2617c #61a287

#a2617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2617c Color CSS Codes

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

#a2617c Text Font Color

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

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


#a2617c Background Color

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

This div background color is #a2617c


#a2617c Border Color

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

This div border color is #a2617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2617c


Comments

No comments written yet.

Please login to write comment.