Color Hex Logo

#ffa3be Color Hex

#FFA3BE
(255,163,190)
0 Favorites   0 Comments

Color spaces of #ffa3be

RGB 255163190
HSL0.951.000.82
HSV342°36°100°
CMYK 0.000.360.25   0.00
XYZ63.631551.172155.2387
Yxy51.17210.37420.3009
Hunter Lab71.534733.59364.2908
CIE-Lab76.783137.47520.4598

#ffa3be color RGB value is (255,163,190).

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

The process color (four color CMYK) of #ffa3be color hex is 0.00, 0.36, 0.25, 0.00. Web safe color of #ffa3be is #ff99cc. Color #ffa3be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 10111110
Octal 377 243 276
Decimal 255 163 190
Hex FF A3 BE

RGB Percentages of Color #ffa3be

%41.94
%26.81
%31.25

CMYK Percentages of Color #ffa3be

%0
%36
%25
%0

Triadic Colors of #ffa3be

#ffa3be #beffa3 #a3beff

Analogous Colors of #ffa3be

#ffa3be #ffb6a3 #ffa3ec

Monochromatic Colors of #ffa3be

#ffa3be

Complementary Color

#ffa3be #a3ffe4

#ffa3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa3be Color CSS Codes

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

#ffa3be Text Font Color

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

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


#ffa3be Background Color

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

This div background color is #ffa3be


#ffa3be Border Color

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

This div border color is #ffa3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa3be


Comments

No comments written yet.

Please login to write comment.