Color Hex Logo

#a5266c Color Hex

#A5266C
(165,38,108)
0 Favorites   0 Comments

Color spaces of #a5266c

RGB 16538108
HSL0.910.630.40
HSV327°77°65°
CMYK 0.000.770.35   0.35
XYZ18.916910.468315.2109
Yxy10.46830.42420.2347
Hunter Lab32.354847.7430-5.2256
CIE-Lab38.670156.2796-9.5167

#a5266c color RGB value is (165,38,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 01101100
Octal 245 46 154
Decimal 165 38 108
Hex A5 26 6C

RGB Percentages of Color #a5266c

%53.05
%12.22
%34.73

CMYK Percentages of Color #a5266c

%0
%77
%35
%35

Triadic Colors of #a5266c

#a5266c #6ca526 #266ca5

Analogous Colors of #a5266c

#a5266c #a5262d #9f26a5

Monochromatic Colors of #a5266c

#a5266c

Complementary Color

#a5266c #26a55f

#a5266c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5266c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5266c Color CSS Codes

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

#a5266c Text Font Color

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

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


#a5266c Background Color

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

This div background color is #a5266c


#a5266c Border Color

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

This div border color is #a5266c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5266c


Comments

No comments written yet.

Please login to write comment.