Color Hex Logo

#a5274b Color Hex

#A5274B
(165,39,75)
0 Favorites   0 Comments

Color spaces of #a5274b

RGB 1653975
HSL0.950.620.40
HSV343°76°65°
CMYK 0.000.760.55   0.35
XYZ17.51269.95847.6558
Yxy9.95840.49860.2835
Hunter Lab31.556943.83447.7059
CIE-Lab37.767752.759310.1548

#a5274b color RGB value is (165,39,75).

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

The process color (four color CMYK) of #a5274b color hex is 0.00, 0.76, 0.55, 0.35. Web safe color of #a5274b is #993333. Color #a5274b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 01001011
Octal 245 47 113
Decimal 165 39 75
Hex A5 27 4B

RGB Percentages of Color #a5274b

%59.14
%13.98
%26.88

CMYK Percentages of Color #a5274b

%0
%76
%55
%35

Triadic Colors of #a5274b

#a5274b #4ba527 #274ba5

Analogous Colors of #a5274b

#a5274b #a54227 #a5278a

Monochromatic Colors of #a5274b

#a5274b

Complementary Color

#a5274b #27a581

#a5274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5274b Color CSS Codes

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

#a5274b Text Font Color

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

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


#a5274b Background Color

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

This div background color is #a5274b


#a5274b Border Color

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

This div border color is #a5274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5274b


Comments

No comments written yet.

Please login to write comment.