Color Hex Logo

#a54267 Color Hex

#A54267
(165,66,103)
0 Favorites   0 Comments

Color spaces of #a54267

RGB 16566103
HSL0.940.430.45
HSV338°60°65°
CMYK 0.000.600.38   0.35
XYZ19.913412.875014.2675
Yxy12.87500.42320.2736
Hunter Lab35.881836.26961.5420
CIE-Lab42.574344.4899-0.5940

#a54267 color RGB value is (165,66,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 01100111
Octal 245 102 147
Decimal 165 66 103
Hex A5 42 67

RGB Percentages of Color #a54267

%49.40
%19.76
%30.84

CMYK Percentages of Color #a54267

%0
%60
%38
%35

Triadic Colors of #a54267

#a54267 #67a542 #4267a5

Analogous Colors of #a54267

#a54267 #a54f42 #a54299

Monochromatic Colors of #a54267

#a54267

Complementary Color

#a54267 #42a580

#a54267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54267 Color CSS Codes

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

#a54267 Text Font Color

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

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


#a54267 Background Color

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

This div background color is #a54267


#a54267 Border Color

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

This div border color is #a54267


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,66,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 #a54267">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54267


Comments

No comments written yet.

Please login to write comment.