Color Hex Logo

#ffa2be Color Hex

#FFA2BE
(255,162,190)
0 Favorites   0 Comments

Color spaces of #ffa2be

RGB 255162190
HSL0.951.000.82
HSV342°36°100°
CMYK 0.000.360.25   0.00
XYZ63.454650.818455.1797
Yxy50.81840.37450.2999
Hunter Lab71.287034.13564.0075
CIE-Lab76.568937.99300.1471

#ffa2be color RGB value is (255,162,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 10111110
Octal 377 242 276
Decimal 255 162 190
Hex FF A2 BE

RGB Percentages of Color #ffa2be

%42.01
%26.69
%31.30

CMYK Percentages of Color #ffa2be

%0
%36
%25
%0

Triadic Colors of #ffa2be

#ffa2be #beffa2 #a2beff

Analogous Colors of #ffa2be

#ffa2be #ffb5a2 #ffa2ed

Monochromatic Colors of #ffa2be

#ffa2be

Complementary Color

#ffa2be #a2ffe3

#ffa2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa2be Color CSS Codes

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

#ffa2be Text Font Color

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

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


#ffa2be Background Color

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

This div background color is #ffa2be


#ffa2be Border Color

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

This div border color is #ffa2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa2be

Related Colors

#ffa2be Color Palettes


Comments

No comments written yet.

Please login to write comment.