Color Hex Logo

#a5264d Color Hex

#A5264D
(165,38,77)
0 Favorites   0 Comments

Color spaces of #a5264d

RGB 1653877
HSL0.950.630.40
HSV342°77°65°
CMYK 0.000.770.53   0.35
XYZ17.54979.92148.0112
Yxy9.92140.49460.2796
Hunter Lab31.498344.33196.9691
CIE-Lab37.701053.24748.7818

#a5264d color RGB value is (165,38,77).

#a5264d hex color red value is 165, green value is 38 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a5264d hue: 0.95 , saturation: 0.63 and the lightness value of a5264d is 0.40.

The process color (four color CMYK) of #a5264d color hex is 0.00, 0.77, 0.53, 0.35. Web safe color of #a5264d is #993366. Color #a5264d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 01001101
Octal 245 46 115
Decimal 165 38 77
Hex A5 26 4D

RGB Percentages of Color #a5264d

%58.93
%13.57
%27.50

CMYK Percentages of Color #a5264d

%0
%77
%53
%35

Triadic Colors of #a5264d

#a5264d #4da526 #264da5

Analogous Colors of #a5264d

#a5264d #a53f26 #a5268d

Monochromatic Colors of #a5264d

#a5264d

Complementary Color

#a5264d #26a57e

#a5264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5264d Color CSS Codes

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

#a5264d Text Font Color

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

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


#a5264d Background Color

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

This div background color is #a5264d


#a5264d Border Color

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

This div border color is #a5264d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,38,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5264d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5264d;
  -webkit-box-shadow: 1px 1px 3px 2px #a5264d;
  box-shadow:         1px 1px 3px 2px #a5264d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,38,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5264d


Comments

No comments written yet.

Please login to write comment.