Color Hex Logo

#a52763 Color Hex

#A52763
(165,39,99)
0 Favorites   0 Comments

Color spaces of #a52763

RGB 1653999
HSL0.920.620.40
HSV331°76°65°
CMYK 0.000.760.40   0.35
XYZ18.494710.351212.8276
Yxy10.35120.44380.2484
Hunter Lab32.173346.3069-1.1178
CIE-Lab38.465554.9734-4.1389

#a52763 color RGB value is (165,39,99).

#a52763 hex color red value is 165, green value is 39 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a52763 hue: 0.92 , saturation: 0.62 and the lightness value of a52763 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 01100011
Octal 245 47 143
Decimal 165 39 99
Hex A5 27 63

RGB Percentages of Color #a52763

%54.46
%12.87
%32.67

CMYK Percentages of Color #a52763

%0
%76
%40
%35

Triadic Colors of #a52763

#a52763 #63a527 #2763a5

Analogous Colors of #a52763

#a52763 #a52a27 #a527a2

Monochromatic Colors of #a52763

#a52763

Complementary Color

#a52763 #27a569

#a52763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52763 Color CSS Codes

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

#a52763 Text Font Color

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

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


#a52763 Background Color

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

This div background color is #a52763


#a52763 Border Color

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

This div border color is #a52763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52763


Comments

No comments written yet.

Please login to write comment.