Color Hex Logo

#ffa1b0 Color Hex

#FFA1B0
(255,161,176)
0 Favorites   0 Comments

Color spaces of #ffa1b0

RGB 255161176
HSL0.971.000.82
HSV350°37°100°
CMYK 0.000.370.31   0.00
XYZ61.821349.884347.4446
Yxy49.88430.38840.3134
Hunter Lab70.628832.64049.6124
CIE-Lab75.998236.67086.9921

#ffa1b0 color RGB value is (255,161,176).

#ffa1b0 hex color red value is 255, green value is 161 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ffa1b0 hue: 0.97 , saturation: 1.00 and the lightness value of ffa1b0 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 10110000
Octal 377 241 260
Decimal 255 161 176
Hex FF A1 B0

RGB Percentages of Color #ffa1b0

%43.07
%27.20
%29.73

CMYK Percentages of Color #ffa1b0

%0
%37
%31
%0

Triadic Colors of #ffa1b0

#ffa1b0 #b0ffa1 #a1b0ff

Analogous Colors of #ffa1b0

#ffa1b0 #ffc1a1 #ffa1df

Monochromatic Colors of #ffa1b0

#ffa1b0

Complementary Color

#ffa1b0 #a1fff0

#ffa1b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa1b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa1b0 Color CSS Codes

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

#ffa1b0 Text Font Color

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

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


#ffa1b0 Background Color

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

This div background color is #ffa1b0


#ffa1b0 Border Color

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

This div border color is #ffa1b0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,161,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa1b0


Comments

No comments written yet.

Please login to write comment.