Color Hex Logo

#f0a1de Color Hex

#F0A1DE
(240,161,222)
0 Favorites   0 Comments

Color spaces of #f0a1de

RGB 240161222
HSL0.870.720.79
HSV314°33°94°
CMYK 0.000.330.08   0.06
XYZ61.864949.288975.3603
Yxy49.28890.33170.2643
Hunter Lab70.206134.4319-14.4986
CIE-Lab75.630738.3566-18.9281

#f0a1de color RGB value is (240,161,222).

#f0a1de hex color red value is 240, green value is 161 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0a1de hue: 0.87 , saturation: 0.72 and the lightness value of f0a1de is 0.79.

The process color (four color CMYK) of #f0a1de color hex is 0.00, 0.33, 0.08, 0.06. Web safe color of #f0a1de is #ff99cc. Color #f0a1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10100001 11011110
Octal 360 241 336
Decimal 240 161 222
Hex F0 A1 DE

RGB Percentages of Color #f0a1de

%38.52
%25.84
%35.63

CMYK Percentages of Color #f0a1de

%0
%33
%8
%6

Triadic Colors of #f0a1de

#f0a1de #def0a1 #a1def0

Analogous Colors of #f0a1de

#f0a1de #f0a1b7 #dba1f0

Monochromatic Colors of #f0a1de

#f0a1de

Complementary Color

#f0a1de #a1f0b3

#f0a1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a1de Color CSS Codes

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

#f0a1de Text Font Color

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

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


#f0a1de Background Color

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

This div background color is #f0a1de


#f0a1de Border Color

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

This div border color is #f0a1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a1de


Comments

No comments written yet.

Please login to write comment.