Color Hex Logo

#a57088 Color Hex

#A57088
(165,112,136)
0 Favorites   0 Comments

Color spaces of #a57088

RGB 165112136
HSL0.920.230.54
HSV333°32°65°
CMYK 0.000.320.18   0.35
XYZ25.755221.365226.0590
Yxy21.36520.35190.2920
Hunter Lab46.222518.5709-1.0703
CIE-Lab53.346924.6441-4.6100

#a57088 color RGB value is (165,112,136).

#a57088 hex color red value is 165, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a57088 hue: 0.92 , saturation: 0.23 and the lightness value of a57088 is 0.54.

The process color (four color CMYK) of #a57088 color hex is 0.00, 0.32, 0.18, 0.35. Web safe color of #a57088 is #996699. Color #a57088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 10001000
Octal 245 160 210
Decimal 165 112 136
Hex A5 70 88

RGB Percentages of Color #a57088

%39.95
%27.12
%32.93

CMYK Percentages of Color #a57088

%0
%32
%18
%35

Triadic Colors of #a57088

#a57088 #88a570 #7088a5

Analogous Colors of #a57088

#a57088 #a57370 #a570a3

Monochromatic Colors of #a57088

#a57088

Complementary Color

#a57088 #70a58d

#a57088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57088 Color CSS Codes

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

#a57088 Text Font Color

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

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


#a57088 Background Color

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

This div background color is #a57088


#a57088 Border Color

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

This div border color is #a57088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57088


Comments

No comments written yet.

Please login to write comment.