Color Hex Logo

#a54055 Color Hex

#A54055
(165,64,85)
0 Favorites   0 Comments

Color spaces of #a54055

RGB 1656485
HSL0.970.440.45
HSV348°61°65°
CMYK 0.000.610.48   0.35
XYZ18.990112.32209.9718
Yxy12.32200.46000.2985
Hunter Lab35.102735.13647.7291
CIE-Lab41.723443.49519.3726

#a54055 color RGB value is (165,64,85).

#a54055 hex color red value is 165, green value is 64 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a54055 hue: 0.97 , saturation: 0.44 and the lightness value of a54055 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 01010101
Octal 245 100 125
Decimal 165 64 85
Hex A5 40 55

RGB Percentages of Color #a54055

%52.55
%20.38
%27.07

CMYK Percentages of Color #a54055

%0
%61
%48
%35

Triadic Colors of #a54055

#a54055 #55a540 #4055a5

Analogous Colors of #a54055

#a54055 #a55e40 #a54088

Monochromatic Colors of #a54055

#a54055

Complementary Color

#a54055 #40a590

#a54055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54055 Color CSS Codes

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

#a54055 Text Font Color

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

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


#a54055 Background Color

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

This div background color is #a54055


#a54055 Border Color

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

This div border color is #a54055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54055

#a54055 Color Palettes


Comments

No comments written yet.

Please login to write comment.