Color Hex Logo

#a2505d Color Hex

#A2505D
(162,80,93)
0 Favorites   0 Comments

Color spaces of #a2505d

RGB 1628093
HSL0.970.340.47
HSV350°51°64°
CMYK 0.000.510.43   0.36
XYZ19.744714.209012.0579
Yxy14.20900.42910.3088
Hunter Lab37.694827.53317.4206
CIE-Lab44.531235.21408.3208

#a2505d color RGB value is (162,80,93).

#a2505d hex color red value is 162, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a2505d hue: 0.97 , saturation: 0.34 and the lightness value of a2505d is 0.47.

The process color (four color CMYK) of #a2505d color hex is 0.00, 0.51, 0.43, 0.36. Web safe color of #a2505d is #996666. Color #a2505d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 01011101
Octal 242 120 135
Decimal 162 80 93
Hex A2 50 5D

RGB Percentages of Color #a2505d

%48.36
%23.88
%27.76

CMYK Percentages of Color #a2505d

%0
%51
%43
%36

Triadic Colors of #a2505d

#a2505d #5da250 #505da2

Analogous Colors of #a2505d

#a2505d #a26c50 #a25086

Monochromatic Colors of #a2505d

#a2505d

Complementary Color

#a2505d #50a295

#a2505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2505d Color CSS Codes

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

#a2505d Text Font Color

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

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


#a2505d Background Color

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

This div background color is #a2505d


#a2505d Border Color

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

This div border color is #a2505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2505d


Comments

No comments written yet.

Please login to write comment.