Color Hex Logo

#f2a0df Color Hex

#F2A0DF
(242,160,223)
0 Favorites   0 Comments

Color spaces of #f2a0df

RGB 242160223
HSL0.870.760.79
HSV314°34°95°
CMYK 0.000.340.08   0.05
XYZ62.508049.346676.0423
Yxy49.34660.33270.2626
Hunter Lab70.247135.9021-15.0082
CIE-Lab75.666439.6989-19.3986

#f2a0df color RGB value is (242,160,223).

#f2a0df hex color red value is 242, green value is 160 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f2a0df hue: 0.87 , saturation: 0.76 and the lightness value of f2a0df is 0.79.

The process color (four color CMYK) of #f2a0df color hex is 0.00, 0.34, 0.08, 0.05. Web safe color of #f2a0df is #ff99cc. Color #f2a0df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10100000 11011111
Octal 362 240 337
Decimal 242 160 223
Hex F2 A0 DF

RGB Percentages of Color #f2a0df

%38.72
%25.60
%35.68

CMYK Percentages of Color #f2a0df

%0
%34
%8
%5

Triadic Colors of #f2a0df

#f2a0df #dff2a0 #a0dff2

Analogous Colors of #f2a0df

#f2a0df #f2a0b6 #dca0f2

Monochromatic Colors of #f2a0df

#f2a0df

Complementary Color

#f2a0df #a0f2b3

#f2a0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2a0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2a0df Color CSS Codes

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

#f2a0df Text Font Color

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

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


#f2a0df Background Color

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

This div background color is #f2a0df


#f2a0df Border Color

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

This div border color is #f2a0df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,160,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2a0df


Comments

No comments written yet.

Please login to write comment.