Color Hex Logo

#a54067 Color Hex

#A54067
(165,64,103)
0 Favorites   0 Comments

Color spaces of #a54067

RGB 16564103
HSL0.940.440.45
HSV337°61°65°
CMYK 0.000.610.38   0.35
XYZ19.798612.645414.2293
Yxy12.64540.42420.2709
Hunter Lab35.560437.15101.1677
CIE-Lab42.224045.4279-1.1072

#a54067 color RGB value is (165,64,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 01100111
Octal 245 100 147
Decimal 165 64 103
Hex A5 40 67

RGB Percentages of Color #a54067

%49.70
%19.28
%31.02

CMYK Percentages of Color #a54067

%0
%61
%38
%35

Triadic Colors of #a54067

#a54067 #67a540 #4067a5

Analogous Colors of #a54067

#a54067 #a54c40 #a5409a

Monochromatic Colors of #a54067

#a54067

Complementary Color

#a54067 #40a57e

#a54067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54067 Color CSS Codes

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

#a54067 Text Font Color

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

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


#a54067 Background Color

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

This div background color is #a54067


#a54067 Border Color

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

This div border color is #a54067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54067


Comments

No comments written yet.

Please login to write comment.