Color Hex Logo

#ffa088 Color Hex

#FFA088
(255,160,136)
0 Favorites   0 Comments

Color spaces of #ffa088

RGB 255160136
HSL0.031.000.77
HSV12°47°100°
CMYK 0.000.370.47   0.00
XYZ58.254748.179229.5217
Yxy48.17920.42850.3544
Hunter Lab69.411228.339823.3709
CIE-Lab74.937832.744827.3428

#ffa088 color RGB value is (255,160,136).

#ffa088 hex color red value is 255, green value is 160 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ffa088 hue: 0.03 , saturation: 1.00 and the lightness value of ffa088 is 0.77.

The process color (four color CMYK) of #ffa088 color hex is 0.00, 0.37, 0.47, 0.00. Web safe color of #ffa088 is #ff9999. Color #ffa088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10001000
Octal 377 240 210
Decimal 255 160 136
Hex FF A0 88

RGB Percentages of Color #ffa088

%46.28
%29.04
%24.68

CMYK Percentages of Color #ffa088

%0
%37
%47
%0

Triadic Colors of #ffa088

#ffa088 #88ffa0 #a088ff

Analogous Colors of #ffa088

#ffa088 #ffdc88 #ff88ac

Monochromatic Colors of #ffa088

#ffa088

Complementary Color

#ffa088 #88e7ff

#ffa088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa088 Color CSS Codes

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

#ffa088 Text Font Color

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

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


#ffa088 Background Color

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

This div background color is #ffa088


#ffa088 Border Color

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

This div border color is #ffa088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa088


Comments

No comments written yet.

Please login to write comment.