Color Hex Logo

#a54362 Color Hex

#A54362
(165,67,98)
0 Favorites   0 Comments

Color spaces of #a54362

RGB 1656798
HSL0.950.420.45
HSV341°59°65°
CMYK 0.000.590.41   0.35
XYZ19.728812.895513.0045
Yxy12.89550.43240.2826
Hunter Lab35.910335.22333.6660
CIE-Lab42.605443.43552.5502

#a54362 color RGB value is (165,67,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 01100010
Octal 245 103 142
Decimal 165 67 98
Hex A5 43 62

RGB Percentages of Color #a54362

%50.00
%20.30
%29.70

CMYK Percentages of Color #a54362

%0
%59
%41
%35

Triadic Colors of #a54362

#a54362 #62a543 #4362a5

Analogous Colors of #a54362

#a54362 #a55543 #a54393

Monochromatic Colors of #a54362

#a54362

Complementary Color

#a54362 #43a586

#a54362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54362 Color CSS Codes

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

#a54362 Text Font Color

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

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


#a54362 Background Color

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

This div background color is #a54362


#a54362 Border Color

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

This div border color is #a54362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54362


Comments

No comments written yet.

Please login to write comment.