Color Hex Logo

#a54353 Color Hex

#A54353
(165,67,83)
0 Favorites   0 Comments

Color spaces of #a54353

RGB 1656783
HSL0.970.420.45
HSV350°59°65°
CMYK 0.000.590.50   0.35
XYZ19.085512.63829.6171
Yxy12.63820.46170.3057
Hunter Lab35.550233.61668.8460
CIE-Lab42.213041.873511.2986

#a54353 color RGB value is (165,67,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 01010011
Octal 245 103 123
Decimal 165 67 83
Hex A5 43 53

RGB Percentages of Color #a54353

%52.38
%21.27
%26.35

CMYK Percentages of Color #a54353

%0
%59
%50
%35

Triadic Colors of #a54353

#a54353 #53a543 #4353a5

Analogous Colors of #a54353

#a54353 #a56443 #a54384

Monochromatic Colors of #a54353

#a54353

Complementary Color

#a54353 #43a595

#a54353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54353 Color CSS Codes

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

#a54353 Text Font Color

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

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


#a54353 Background Color

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

This div background color is #a54353


#a54353 Border Color

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

This div border color is #a54353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54353


Comments

No comments written yet.

Please login to write comment.