Color Hex Logo

#a5435f Color Hex

#A5435F
(165,67,95)
0 Favorites   0 Comments

Color spaces of #a5435f

RGB 1656795
HSL0.950.420.45
HSV343°59°65°
CMYK 0.000.590.42   0.35
XYZ19.589812.839912.2723
Yxy12.83990.43820.2872
Hunter Lab35.832834.87864.7769
CIE-Lab42.521043.10214.2891

#a5435f color RGB value is (165,67,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 01011111
Octal 245 103 137
Decimal 165 67 95
Hex A5 43 5F

RGB Percentages of Color #a5435f

%50.46
%20.49
%29.05

CMYK Percentages of Color #a5435f

%0
%59
%42
%35

Triadic Colors of #a5435f

#a5435f #5fa543 #435fa5

Analogous Colors of #a5435f

#a5435f #a55843 #a54390

Monochromatic Colors of #a5435f

#a5435f

Complementary Color

#a5435f #43a589

#a5435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5435f Color CSS Codes

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

#a5435f Text Font Color

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

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


#a5435f Background Color

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

This div background color is #a5435f


#a5435f Border Color

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

This div border color is #a5435f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5435f


Comments

No comments written yet.

Please login to write comment.